7max / log4cl

Common Lisp logging framework, modeled after Log4J
Apache License 2.0
103 stars 32 forks source link

dependency on sb-posix is not declared #25

Open lisp opened 10 years ago

lisp commented 10 years ago

based on commit d6293f9f1b6b8871b0a4417c4bb22afb9910b97f Author: Max Mikhanosha max@openchat.com

compilation with sbcl fails, when it reaches the reference to sb-posix:getpid.

adding a conditional :sb-posix to the system dependencies resolves the problem.

quicklisp commented 9 years ago

Any word on this?

quicklisp commented 9 years ago

http://report.quicklisp.org/2014-12-02-sb-contribs/failure-report/log4cl.html has some details.