Home | Notes | Languages | Programs | Homework |
Re: Scheme compiling |
Jonathan Berkowitz (jberkowi@VT.EDU)
Tue, 18 Sep 2001 22:03:10 -0400
Message-ID: <000801c140af$3b9acde0$3d4723d0@Jon> Date: Tue, 18 Sep 2001 22:03:10 -0400 From: Jonathan Berkowitz <jberkowi@VT.EDU> Subject: Re: 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 |