[mcclim-devel] scigraph build fixes

Clemens Fruhwirth clemens at endorphin.org
Thu Mar 16 07:14:04 UTC 2006


Build fixes for building scigraph. Tested with sbcl/cmucl.

Consisting mostly of:

* Replacing (ignore x) with (declare (ignore x)).
* Hide custom declarations in defmethod from sbcl/cmu that both choke on
these.
* Change defconstant on cons into a defvar, for recompilation sake.
* Unwrap defpackage from eval-when.
* Change the memoize macro to use load-time-value to generate a
hash-table.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: scigraph-build-fixes.diff
URL: <https://mailman.common-lisp.net/pipermail/mcclim-devel/attachments/20060316/57702382/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://mailman.common-lisp.net/pipermail/mcclim-devel/attachments/20060316/57702382/attachment-0001.ksh>


More information about the mcclim-devel mailing list