[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Lisp uses unix style pathnames [[ Re: CSE 471: Project 1 SampleWorking Code]]
- To: radtken@aztecfreenet.org
- Subject: Lisp uses unix style pathnames [[ Re: CSE 471: Project 1 SampleWorking Code]]
- From: Subbarao Kambhampati <rao@asu.edu>
- Date: Sun, 14 Sep 2003 07:00:09 -0700 (MST)
- Cc: cse471-f03@parichaalak.eas.asu.edu
- In-reply-to: <200309131442.AA1245446@www.dependanet.com>
- References: <200309131442.AA1245446@www.dependanet.com>
Please not ethat Allegro CL uses unix style path names
so to load a file f on D: in directory dir,
you have to say
(load "D:/dir/f")
and not (load "D:\dir\f")
if you use the backslash, Allegro ignores it and so looks for a file
named "Ddirf" which doesn't exist..
Rao
[Sep 14, 2003]
From: Nicholas Radtke <radtken@aztecfreenet.org>
Subject: CSE 471: Project 1 Sample Working Code
Date: Sat, 13 Sep 2003 14:42:42 -0700
Message-ID: <200309131442.AA1245446@www.dependanet.com>
radtken> Dr. Kambhampati,
radtken>
radtken> The compiled code you provided for the ACL student
radtken> version seems to be corrupt. Loading the file
radtken> produces the following error:
radtken>
radtken> Error: illegal code in the fasl file: #p"D:\\asu\\cse598cse471\\proj1\\sample-code-student.fasl"
radtken> [condition type: FILE-ERROR]
radtken>
radtken> I'm not sure what the problem is, but I'm guessing
radtken> there is something wrong with the file. Perhaps
radtken> you can offer some insight?
radtken>
radtken> Thanks,
radtken>
radtken> Nicholas
radtken>