Raymond Toy said:
> Jan> -- remove package locks during the build process, as it > otherwise > Jan> wouldn't continue, > > Yes, something that I've noticed but have been too lazy to fix. I'll > fix that when CVS comes back. I think I've got that fixed in my current source tree, so once CVS comes back, I'll likely commit fixes for this, unless you get to it first... I've also got some further changes to the build scripts pending... BTW, while we are at it, I think the fact that require undoes package locks is wrong, it should be the *-library files that do this on their own, if they need it. I've also got fixes for this, since I added generic module loaders (same as in SBCL) to the implementation. > Jan> -- ignore the fact that PCL did not get built during the > Jan> cross-compile, and rebuild the target with itself adding > (pushnew > Jan> :pcl *features) to xtarget/setenv.lisp to get PCL, > > Noticed that too, and always just selected the restart about returning > NIL from load. I'll look into fixing the cross-compile script not to > expect PCL since we're not building with PCL. Problem is that load-world doesn't know whether we are loading from a cross-compiled dir, or a normally built dir. I'll have to think about a nice fix for this (personally I always use a different target-dir for cross-compiles than for native builds anyway, and have :no-pcl in the cross-compile setenv). Regs, Pierre. -- Pierre R. Mai <[EMAIL PROTECTED]> http://www.pmsf.de/pmai/ The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents. -- Nathaniel Borenstein
