> Shawn <sabe...@gmail.com> writes: > > I've updated the version. > > I can no longer compile stumpwm with clisp (version 2.42 on Ubuntu). > (Up until my most recent `git pull', it compiled fine. ) Comparing this > with the problem that Ivy had before the fix, I guess there is some > conflict with an older asdf. I have cl-asdf 1.109 installed on my > system, since it is a requirement for clisp on Ubuntu, and I guess it > gets loaded automatically. If I replace the current asdf.lisp in > stumpwm with asdf.lisp that comes on my system, then stumpwm compiles > (with warnings), so I guess that's the problem. If I replace "(load > "asdf.lisp")" with "(require 'asdf)" in Makefile.in and > make-image.lisp.in, then everything compiles nicely. Perhaps the > "(load "asdf.lisp")"s could be replaced with something like > " (handler-case (require 'asdf) (error () (load "asdf.lisp")))". > > Jay
I can confirm this on ubuntu 8.10 - cl-asdf 1.111 is installed by default, and compilation warns about redefining SYSTEM-SOURCE-FILE in asdf.lisp, then says SYSTEM-SOURCE-FILE does not name a generic function and dies. I just reverted the asdf.lisp commit and it compiles and runs fine. Adam _______________________________________________ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/stumpwm-devel