From: SourceForge.net <no...@so...> - 2011-03-08 15:50:34
|
Bugs item #1947810, was opened at 2008-04-21 09:04 Message generated for change (Comment added) made by rtoy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104511&aid=1947810&group_id=4511 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: compilation bugs Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: SB-ALIEN:LOAD-1-FOREIGN problem with SBCL Initial Comment: I'm trying to install Matlisp on an x86 Linux (Dell laptop and Ubuntu) with SBCL v1.0.6. During the make step I get "SB-ALIEN:LOAD-1-FOREIGN is unsupported as of SBCL 0.8.13. Please use LOAD-SHARED-OBJECT". This seems to be a change to SBCL (http://www.sbcl.org/all-news.html under heading "New in version 0.8.13". I tried downloading the current defsystem.lisp from the CVS repository but got the same error. Do you know a workaround for this? Thanks, Mayes mmu...@mu... ---------------------------------------------------------------------- >Comment By: Raymond Toy (rtoy) Date: 2011-03-08 10:50 Message: LOAD-SHARED-OBJECT is used now. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-04-21 10:37 Message: Logged In: NO I see (now that I learn how to explore around these bug lists a bit more) that this is a duplicate of "[ 1065642 ] CVS Matlisp minorly broken with latest SBCL". I downloaded lazy-loader.lisp from the matlisp CVS repository and tried again -- got the same error. I then manually edited lib/lazy-loader.lisp and lib/lazy-loader.lisp.in (didn't know if one or both was necessary) to replace the lines that seemed offensive with the ones in that bug report. It then loaded ok and seems to work now. Mayes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104511&aid=1947810&group_id=4511 |