-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not build in SBCL 1.1.6+ #7
Comments
Will be fixed tomorrow, not near my box right now Zach Beane notifications@github.com wrote:
|
Fixed now, let me know if you get any other problems |
Same error on SCBL 1.1.5, MacOS 10.8. |
Same error on SBCL 1.1.7 on Linux |
@Ragnaroek @sweagraff This should have been fixed, but may have not been pulled into quicklisp yet What does the output of (asdf:component-version (asdf:find-system :log4cl)) say? If its 1.0.0 or 1.0.1 then we have a problem and fix did not work, but if its 0.9.x then you need to pull "stable" branch until new QuickLisp is released. |
I pulled the latest release and tried both master and stable. This is outside of quicklisp (using the lib directly). For now I've moved back to an earlier release of sbcl. Thanks. Steve. Sent from my iPhone On May 4, 2013, at 7:54 AM, Max Mikhanosha notifications@github.com wrote:
|
I just tried stable branch, with tip of SBCL and the fix is working here. It seems that on your machine, it tries to compile older source still. There is no reference to SB-C:HAIRY-ARG-PROCESSOR in the naming-sbcl.lisp anymore, other then in a a string used for FIND-SYMOBL. The specific fix is in commit 3881f74 Your problem could be different, but I had been bitten by the following scenario many times before, when I include entire directory tree via ASDF:INITIALIZE-SOURCE-REGISTRY, or by using QL:LOCAL-PROJECT-DIRECTORIES to the a directory where all my Lisp stuff is located. Then I would either clone or copy some project inside, such as |
Thanks. I'll check my sources and try again. Steve Sent from my iPhone On May 4, 2013, at 1:23 PM, Max Mikhanosha notifications@github.com wrote:
|
Thanks very much. That was it. Steve On May 4, 2013, at 1:23 PM, Max Mikhanosha notifications@github.com wrote:
|
I'm using the latest SBCL from git, and when I build log4cl, I get this error:
The text was updated successfully, but these errors were encountered: