On Tue, Mar 1, 2011 at 3:26 PM, Jerry James <loganje...@gmail.com> wrote: > Building from the latest git sources failed like this, apparently due > the latest commit ("*interrupts-enabled* moved from SI to EXT > package"):
I'm attaching a patch that let me get past the libffi problem and this one, plus an error where "errno" and "EINTR" are undefined. The C part now finishes compiling successfully. However, because I'm a techno-geek and can't resist shiny new things even when I have no use for them, I enabled the SSE interface, which led to trouble: (compile-file "ext:cl-simd;ecl-sse-utils.lisp" :output-file #P"BUILD:EXT;ECL-SSE-UTILS.O.NEWEST" :SYSTEM-P T :C-FILE T :DATA-FILE T :H-FILE T) ;;; ;;; Compiling EXT:CL-SIMD;ECL-SSE-UTILS.LISP. ;;; OPTIMIZE levels: Safety=2, Space=1, Speed=1, Debug=1 ;;; ;;; Compiling (DEFUN LOOKUP-FLIP ...). ;;; Compiling (DEFUN EXPAND-CONDITION ...). ;;; Compiling (DEFUN IS-UNARY? ...). ;;; Compiling (DEFUN EXPAND-IF-MACRO ...). ;;; Compiling (DEFMACRO DEF-UTILITY ...). ;;; Compiling (DEFMACRO DEF-IF-FUNCTION ...). ;;; Compiling (DEFUN MAKE-SSE-ARRAY ...). ;;; Compiling (DEFMACRO SET-TRUE-SS ...). ;;; Compiling (DEFMACRO SET-TRUE-PS ...). ;;; Compiling (DEF-IF-FUNCTION IF-PS ...). ;;; Compiling (DEF-UTILITY NEG-SS ...). Condition of type: SIMPLE-ERROR Cannot externalize object #<SSE -0.0 0.0 0.0 0.0> Available restarts: 1. (ABORT) ABORT Top level in: #<process TOP-LEVEL>. > This is on an x86_64 Fedora 14 Linux system. -- Jerry James http://www.jamezone.org/
ecl.patch
Description: Binary data
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ Ecls-list mailing list Ecls-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ecls-list