Re: Problems with cllib make system and cmucl.
Paul Ledbetter III <[email protected]> Fri, 29 Jul 2005 15:33:58 -0500
| Newsgroups | gmane.lisp.clocc.general |
|---|---|
| Message-ID | <[email protected]> |
Aha, I found and resolved the problem. =20 There was an error message which I could only see when I manually executed lisp -noinit -core .../../clocc-top.core -eval '(load "cllib.system")' The error turned out to be in (translate-logical-pathname "clocc:src;cllib;= ") and it occured because I did not end the path with a '/' in the clocc.lisp's *clocc-root* definition. Thankyou! Paul >> * Paul Ledbetter III <[email protected]> [2005-07-28 18:17:46 -0500]: >> >> Under FreeBSD with cmucl-19b, I am trying to compile the cllib >> package. I am encountering the following error: >> >> ; In: LET (TBC) >> >> ; (LET (TBC) >> ; (MAKE:ADD-REGISTRY-LOCATION #) >> ; (MAKE:ADD-REGISTRY-LOCATION #) >> ; (MAKE:DEFSYSTEM CLLIB :SOURCE-PATHNAME # :SOURCE-EXTENSION ...)) >> ; Note: Variable TBC defined but never used. >> gmake: *** [system] Error 1 > >this is not an error, just a style warning >(and an incorrect one to boot: TBC _is_ used, see cllib.system). >please run the failing command that make issues and see is $? is indeed no= n-0. >if it is, please report this as a bug to the CMUCL people: a warning >should not produce non-0 error code from CMUCL. >if it is not, you will have to figure out what the error is. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click