Hello,

I found a minor problem compiling  memutil.lisp , because the
functions sb-kernel::copy-*-from-system-area aren't exported in the
latest version of sbcl.

I made a little patch to fix it.

Best Regards,
Leonardo Varuzza.

-- 
The most fundamental particles in this product are held together by a
"gluing" force about which little is currently known and whose
adhesive power can therefore not be permanently guaranteed.
New patches:

[Fix the use of internal symbol of sb-kernel in memutils
Leonardo Varuzza <[EMAIL PROTECTED]>**20071230000120
 
 memutil.lisp use the functions sb-kernel::copy-*-from-system-area, which
 aren't exported in the latest version of sbcl.
 
 Fix it adding the :: when appropriate
 
] {
hunk ./src/memutil/memutil.lisp 852
-      (sb-kernel:copy-ub8-from-system-area 
+      (sb-kernel::copy-ub8-from-system-area 
hunk ./src/memutil/memutil.lisp 859
-      (sb-kernel:copy-from-system-area 
+      (sb-kernel::copy-from-system-area 
hunk ./src/memutil/memutil.lisp 894
-       (sb-kernel:copy-ub8-from-system-area 
+       (sb-kernel::copy-ub8-from-system-area 
hunk ./src/memutil/memutil.lisp 901
-      (sb-kernel:copy-from-system-area 
+      (sb-kernel::copy-from-system-area 
}

Context:

[TAG ELEPHANT-0-9-1
[EMAIL PROTECTED] 
Patch bundle hash:
e2816948dc911a340319ed81b62ee10da7b94304
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to