>>>>> "rif" == rif <[EMAIL PROTECTED]> writes:
rif> Hi.
rif> I'm trying to build CMUCL from the latest CVS sources using Pierre
rif> Mai's buildscripts. From his README file, it appears that the correct
rif> first step is to create a "setenv.lisp" file in the desired target
rif> directory. Mine currently reads:
[snip]
rif> After that, I'm trying to "build the world" using:
rif> ./build-tools/build-world.sh src/ /home/rif/Software/CMUCL/bin/lisp
[snip]
rif> Any idea what I'm doing wrong? I'm trying to compile the latest 18e
I've run into this. You need to add
(setq lisp::*enable-package-locked-errors* nil)
to build-world.sh (and build-utils.sh).
rif> from a slightly older 18e. I would also try using Martin Cracauer's
But, as Eric says, building CVS from 18e is painful. Get a more
recent binary if you can. If not, I'll try to upload a current one
soon.
Ray