From: Joe C. <jco...@ma...> - 2004-03-30 01:38:23
|
OK, well CL.environment is resolved now, thanks to Marco. Next up is CLOCC/CLX. I don't really know how to react to the message it is giving me. Presumably there is just some missing dependency, but what? [3]> (load "~/lisp-systems/clocc/src/gui/clx/compile-and-load.lisp") ;; Loading file /Users/arided/lisp-systems/clocc/src/gui/clx/compile-and-load.lisp ... Compiling file /Users/arided/lisp-systems/clocc/src/gui/clx/package.lisp ... Wrote file /Users/arided/lisp-systems/clocc/src/gui/clx/package.fas 0 errors, 0 warnings ;; Loading file /Users/arided/lisp-systems/clocc/src/gui/clx/package.fas ... ;; Loaded file /Users/arided/lisp-systems/clocc/src/gui/clx/package.fas Compiling file /Users/arided/lisp-systems/clocc/src/gui/clx/depdefs.lisp ... Wrote file /Users/arided/lisp-systems/clocc/src/gui/clx/depdefs.fas The following functions were used but not defined: XLIB::MAKE-PROCESS-LOCK 0 errors, 0 warnings ;; Loading file /Users/arided/lisp-systems/clocc/src/gui/clx/depdefs.fas ... ;; Loaded file /Users/arided/lisp-systems/clocc/src/gui/clx/depdefs.fas Compiling file /Users/arided/lisp-systems/clocc/src/gui/clx/clx.lisp ... Wrote file /Users/arided/lisp-systems/clocc/src/gui/clx/clx.fas The following functions were used but not defined: XLIB::RADIANS->INT16 XLIB::MAKE-PROCESS-LOCK XLIB::ALLOCATE-GCONTEXT-STATE XLIB::OPEN-FONT-INTERNAL XLIB::QUERY-FONT XLIB::X-TYPE-ERROR 0 errors, 0 warnings ;; Loading file /Users/arided/lisp-systems/clocc/src/gui/clx/clx.fas ... ;; Loaded file /Users/arided/lisp-systems/clocc/src/gui/clx/clx.fas Compiling file /Users/arided/lisp-systems/clocc/src/gui/clx/dependent.lisp ... WARNING: Floating point operation combines numbers of different precision. See ANSI CL 12.1.4.4 and the CLISP impnotes for details. The result's actual precision is controlled by CUSTOM:*FLOATING-POINT-CONTAGION-ANSI*. To shut off this warning, set CUSTOM:*WARN-ON-FLOATING-POINT-CONTAGION* to NIL. WARNING: Floating point operation combines numbers of different precision. See ANSI CL 12.1.4.4 and the CLISP impnotes for details. The result's actual precision is controlled by CUSTOM:*FLOATING-POINT-CONTAGION-ANSI*. To shut off this warning, set CUSTOM:*WARN-ON-FLOATING-POINT-CONTAGION* to NIL. WARNING: Floating point operation combines numbers of different precision. See ANSI CL 12.1.4.4 and the CLISP impnotes for details. The result's actual precision is controlled by CUSTOM:*FLOATING-POINT-CONTAGION-ANSI*. To shut off this warning, set CUSTOM:*WARN-ON-FLOATING-POINT-CONTAGION* to NIL. WARNING: Floating point operation combines numbers of different precision. See ANSI CL 12.1.4.4 and the CLISP impnotes for details. The result's actual precision is controlled by CUSTOM:*FLOATING-POINT-CONTAGION-ANSI*. To shut off this warning, set CUSTOM:*WARN-ON-FLOATING-POINT-CONTAGION* to NIL. WARNING in MAKE-PROCESS-LOCK in lines 463..476 : variable NAME is not used. Misspelled or missing IGNORE declaration? *** - READ from #<INPUT BUFFERED FILE-STREAM CHARACTER #P"/Users/arided/lisp-systems/clocc/src/gui/clx/dependent.lisp" @624>: #<PACKAGE PORT> has no external symbol with name "OPEN-SOCKET" Break 1 XLIB[4]> (list-all-packages) (#<PACKAGE GSTREAM> #<PACKAGE GRAY> #<PACKAGE I18N> #<PACKAGE SOCKET> #<PACKAGE FFI> #<PACKAGE SCREEN> #<PACKAGE CUSTOM> #<PACKAGE EXT> #<PACKAGE CLOS> #<PACKAGE CHARSET> #<PACKAGE KEYWORD> #<PACKAGE SYSTEM> #<PACKAGE COMMON-LISP-USER> #<PACKAGE COMMON-LISP> #<PACKAGE MAKE> #<PACKAGE PORT> #<PACKAGE ASDF> #<PACKAGE CL-ENVIRONMENT-LOADER> #<PACKAGE CL.ENVIRONMENT> #<PACKAGE XLIB>) Break 1 XLIB[4]> |