From: Raymond T. <ray...@er...> - 2005-05-31 13:35:41
|
>>>>> "CR" == C Rose <ju...@mi...> writes: CR> Further to my previous mail, in order to fix the LOAD-1-FOREIGN error, CR> I edited lib/lazy-loader.lisp and lib/lazy-loader.lisp.in and replaced CR> (sb-alien:load-1-foreign "matlisp:lib;libmatlisp.so")) CR> with CR> (sb-alien:load-shared-object "matlisp:lib;libmatlisp.so")) CR> in each of the files. LOAD-1-FOREIGN is now deprecated in SBCL and is CR> replaced by LOAD-SHARED-OBJECT. I wonder if one of the developers could CR> commit this fix to CVS? I'll look into this. Are there other Matlisp and SBCL users? I don't use SBCL very often, so I need help and guidance here. CR> (I'm a bit new to CL, so I'm not sure what the difference between .lisp CR> and .lisp.in files are. Anyone care to educate me?) They bear the same relationship as configure.in and configure: autoconf takes <foo>.lisp.in and processes it to create a <foo>.lisp. Ray |