From paul.reiners at gmail.com Wed Jun 16 01:49:20 2010 From: paul.reiners at gmail.com (Paul Reiners) Date: Tue, 15 Jun 2010 20:49:20 -0500 Subject: [gsharp-devel] Error when calling (load "system.lisp") Message-ID: I am getting the following error when calling (load "system.lisp"): The function :SERIAL is undefined. Can anyone tell me what is going wrong here? -------------- next part -------------- An HTML attachment was scrubbed... URL: From csr21 at cantab.net Wed Jun 16 08:59:30 2010 From: csr21 at cantab.net (Christophe Rhodes) Date: Wed, 16 Jun 2010 09:59:30 +0100 Subject: [gsharp-devel] Error when calling (load "system.lisp") In-Reply-To: (Paul Reiners's message of "Tue, 15 Jun 2010 20:49:20 -0500") References: Message-ID: <87d3vr4akt.fsf@cantab.net> Paul Reiners writes: > I am getting the following error when calling (load "system.lisp"): > > The function :SERIAL is undefined. > > Can anyone tell me what is going wrong here? I'm not sure that anyone's used system.lisp to build gsharp in a long time, and indeed it's not in the source code repository. If you're building from a release tarball, please be aware that they're completely ancient, and I'd recommend building from the git tree (which is also not terribly new, but at least compiles in current versions of lisps...) Best, Christophe