Home | Notes | Languages | Programs | Homework |
Re: Scheme compiling |
Vincent Vance (vvance@VT.EDU)
Tue, 18 Sep 2001 23:39:44 -0400
Message-ID: <000001c140bc$b918e3d0$7a6252c6@omni1> Date: Tue, 18 Sep 2001 23:39:44 -0400 From: Vincent Vance <vvance@VT.EDU> Subject: Re: Scheme compiling
load (“d:\Scheme\bmi.scm”)
load (“d:/Scheme/bmi.scm”)
load (“bmi.scm”)
Neither of the 3 commands work even if I have bmi.scm in my bin folder.
Any Suggestions?
-----Original Message-----
From: discussion list [mailto:CS3304_91312@listserv.vt.edu] On Behalf Of
Jonathan Berkowitz
Sent: Tuesday, September 18, 2001 10:03 PM
To: CS3304_91312@LISTSERV.VT.EDU
Subject: Re: [CS3304_91312] Scheme compiling
Use a foward slash not a backward slash when you type in the absolute
path of the file you want to compile. But just to make it faster p
ut the bmi.scm file in the bin folder and just type (load "bmi").
-----Original Message-----
From: discussion list [mailto:CS3304_91312@listserv.vt.edu] On Behalf Of
Vincent Vance
Sent: Tuesday, September 18, 2001 9:06 PM
To: CS3304_91312@LISTSERV.VT.EDU
Subject: Re: [CS3304_91312] Scheme compiling
Ok well that kinda worked instead of getting unable to find file error I
get this now. ;The object “d:Scheme\bmi.scm” is not applicable.
This is what I entered at the prompt
load (“d:\Scheme\bmi.scm”)
Thanks
Vincent
-----Original Message-----
From: discussion list [mailto:CS3304_91312@listserv.vt.edu] On Behalf Of
§ídësmâçk
Sent: Tuesday, September 18, 2001 8:26 PM
To: CS3304_91312@LISTSERV.VT.EDU
Subject: Re: [CS3304_91312] Scheme compiling
specify a full path name in the load command:
(load "c:/scheme/file/bmi.scm")
At 08:08 PM 9/18/2001 -0400, you wrote:
Where in the directory structure do you place files that need to be
compiled? I keep getting the error: ;Unable to find file bmi because:
file does not exist.
Thanks
Vincent
Home | Notes | Languages | Programs | Homework |