[Bese-devel] ucw boxset

Ties Stuij cjstuij at gmail.com
Tue May 2 12:13:32 UTC 2006


on sbcl i need to load bsd-sockets to not let trivial-sockets whine
for a dependency. eg.:

#+sbcl
(require 'sb-bsd-sockets)

at the beginning of the file.

With cmucl on linux i've got a problem i also have with other files:
if i load the file from the commandline or inside lisp, i have to load
it twice. So when i load start.lisp from the command-line, it throws
me to the promp without having loaded anything significant. When i
subsequently (load "start.lisp") from the prompt it loads fine.

does that sound familiar to anyone?

When i load the start.lisp file on cmucl on freebsd i've got the same
problem, with the added problem that asdf get's in a loop when it
wants to register the asd files. It keeps on regestering the same
files over and over, untill i kill it.

ah well.

greets,
ties



More information about the bese-devel mailing list