From: Thomas Guettler
Subject: Call to undefined function eval
Date: 
Message-ID: <b54pf3$sc6$05$1@news.t-online.com>
Hi!

I try to debug some lisp code.

I get the following error:
  "Call to undefined function EVAL".

But the file I load does not contain the
string "eval". I tried to
change the package to "user" or "common-lisp-user",
but this did not help.

As far as I know "eval" is something like a build-in.
I don't know why this is undefined.

Can someone help me?

  Thomas
From: JP Massar
Subject: Re: Call to undefined function eval
Date: 
Message-ID: <3e7606f2.36411082@netnews.attbi.com>
On Mon, 17 Mar 2003 16:32:23 +0100, Thomas Guettler
<···········@thomas-guettler.de> wrote:

>Hi!
>
>I try to debug some lisp code.
>
>I get the following error:
>  "Call to undefined function EVAL".
>
>But the file I load does not contain the
>string "eval". I tried to
>change the package to "user" or "common-lisp-user",
>but this did not help.
>
>As far as I know "eval" is something like a build-in.
>I don't know why this is undefined.
>
>Can someone help me?
>
 
The backtrace might give you a clue as to what is wrong.

Your bug report is pretty vague.

If you could isolate the problem down to a small file, and
post the file and the backtrace you get when the error
occurs, someone could probably see what the problem is
very quickly.