Lisp HUG Maillist Archive

loading error

Hi, Everyone,

I confronted a loading error, could anyone please tell me why? Thank you so much ! My file is attached and the error message is as follows:


Error Loading:
; loading
;    c:\documents and settings\owner\desktop\hci lab\individual

project\coding\interface.lisp
error reloading model
error:eof encountered on stream
#<file-simple-stream
  #p"c:\\documents and settings\\owner\\desktop\\hci lab\\individual

project\\coding\\interface.lisp" closed
  @ #x20ac0522>

--
Best Regards,

He Jibo
hejibo@gmail.com
jibohe2@cyrus.psych.uiuc.edu


---------------------------
He Jibo
Department of Psychology,
Beckman Institute for Advanced Science and Technology
University of Illinois, Urbana Champaign,
603 East Daniel St.,
Champaign, IL 61820
Tel: 217-244-4461(office)
217-244-6763(lab)
Email: hejibo@gmail.com

Re: loading error

On Friday 11 April 2008 4:26:55 pm He Jibo wrote:
> error:eof encountered on stream
> #<file-simple-stream
>   #p"c:\\documents and settings\\owner\\desktop\\hci lab\\individual
>
> project\\coding\\interface.lisp" closed

My guess would be that interface.lisp contains too few parentheses, or some 
other syntax error.

pt


Re: loading error

Re: loading error ‘Do-testing’ needs one bracket more to close the form

Best

Denis


Le 11/04/08 22:26, « [NOM] » <[ADRESSE]> a écrit :

Hi, Everyone,

I confronted a loading error, could anyone please tell me why? Thank you so much ! My file is attached and the error message is as follows:


Error Loading:
; loading
;    c:\documents and settings\owner\desktop\hci lab\individual

project\coding\interface.lisp
error reloading model
error:eof encountered on stream
#<file-simple-stream
  #p"c:\\documents and settings\\owner\\desktop\\hci lab\\individual

project\\coding\\interface.lisp" closed
  @ #x20ac0522>


-------------------------------------------------------
Denis Pousseur
70 rue de Wansijn
1180 Bruxelles, Belgique

Tel : 32 (0)2 219 31 09
Mail :  denis.pousseur@gmail.com
-------------------------------------------------------

Re: loading error

On Fri, Apr 11, 2008 at 03:26:55PM -0500, He Jibo wrote:
> I confronted a loading error, could anyone please tell me why? Thank
> you so much ! My file is attached and the error message is as
> follows:

Your first error is that do-testing has an unclosed #\( .  If you put
your cursor on the "last" #\) of do-testing, the #\( for the LET is
highlighted.

-- L


Updated at: 2020-12-10 08:43 UTC