Errors with modues/cls/new-clx
Jean Louis <[email protected]>
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
I am trying to compile clisp, with: ulimit -s 16384 && ./configure --prefix=/package/prog/clisp --with-module=../modules/asdf --with-module=../modules/berkeley-db --with-module=../modules/bindings/glibc --with-module=../modules/clx/new-clx --with-module=../modules/dbus --with-module=../modules/editor --with-module=../modules/fastcgi --with-module=../modules/gdbm --with-module=../modules/gtk2 --with-module=../modules/i18n --with-module=../modules/libsvm --with-module=../modules/netica --with-module=../modules/pari --with-module=../modules/pcre --with-module=../modules/postgresql --with-module=../modules/rawsock --with-module=../modules/readline --with-module=../modules/regexp --with-module=../modules/syscalls --with-module=../modules/zlib build2 And I have error below. But ccmp2c is in: ./build2/ccmp2c Jean Louis /sources/gnu/clisp-clisp/build2/clisp -K base -E UTF-8 -Emisc 1:1 -Epathname 1:1 -norc -q -i ./clx-preload.lisp -c ./image.lisp -o ./ ;; Loading file clx-preload.lisp ... ;; Loaded file clx-preload.lisp ;; Compiling file /sources/gnu/clisp-clisp/modules/clx/new-clx/image.lisp ... ;; Loading file /sources/gnu/clisp-clisp/modules/clx/new-clx/clx.lib ... ;; Loaded file /sources/gnu/clisp-clisp/modules/clx/new-clx/clx.lib ;; Wrote file /sources/gnu/clisp-clisp/modules/clx/new-clx/image.fas The following functions were used but not defined: XLIB::CREATE-PIXMAP XLIB::CREATE-GCONTEXT XLIB::PUT-IMAGE XLIB::COPY-AREA XLIB::FREE-GCONTEXT 0 errors, 0 warnings /sources/gnu/clisp-clisp/build2/clisp -K base -E UTF-8 -Emisc 1:1 -Epathname 1:1 -norc -q -i ./clx-preload.lisp -c ./resource.lisp -o ./ ;; Loading file clx-preload.lisp ... ;; Loaded file clx-preload.lisp ;; Compiling file /sources/gnu/clisp-clisp/modules/clx/new-clx/resource.lisp ... ;; Loading file /sources/gnu/clisp-clisp/modules/clx/new-clx/clx.lib ... ;; Loaded file /sources/gnu/clisp-clisp/modules/clx/new-clx/clx.lib ;; Wrote file /sources/gnu/clisp-clisp/modules/clx/new-clx/resource.fas The following functions were used but not defined: XLIB::CARD8->CHAR XLIB::DISPLAY-DEFAULT-SCREEN XLIB::SCREEN-ROOT XLIB::DISPLAY-ROOTS XLIB::GET-PROPERTY 0 errors, 0 warnings ../../ccmp2c ./clx.f > genclx.c /bin/sh: ../../ccmp2c: No such file or directory make[1]: *** [Makefile:37: clx.d] Error 127 make[1]: Leaving directory '/sources/gnu/clisp-clisp/modules/clx/new-clx' make: *** [Makefile:2289: ../modules/clx/new-clx] Error 2 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ clisp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-list