Home  |   Notes  |   Languages  |   Programs  |   Homework

Re: Scheme compiling

New Message Reply About this list Date view Thread view Subject view Author view

Scott Schneider (scschnei@VT.EDU)
Tue, 18 Sep 2001 23:20:39 -0700


Message-ID:  <000c01c140d3$3432dbf0$0100a8c0@SCOTTSTOY>
Date:         Tue, 18 Sep 2001 23:20:39 -0700
From: Scott Schneider <scschnei@VT.EDU>
Subject:      Re: Scheme compiling

MessageBetter yet, go to the correct directory.

As far as I can tell, the default working directory is root (or c:\ on
Windows). To see what the current working directory is, type

    (pwd)

To change to another directory, type

    (cd "Directory path relative to where you are now")

Just make your way to where your file is, and everything should work fine.

Scott Schneider
scschnei@vt.edu

----- Original Message -----
From: Jonathan Berkowitz
To: CS3304_91312@LISTSERV.VT.EDU
Sent: Tuesday, September 18, 2001 7:03 PM
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


New Message Reply About this list Date view Thread view Subject view Author view

Home  |   Notes  |   Languages  |   Programs  |   Homework
copyright © 2001 Virginia Tech, ALL RIGHTS RESERVED
Class site maintained by Stephen H. Edwards <edwards@cs.vt.edu>