Hi Shawn, Shawn Betts wrote: > 2009/9/8 Sébastien Vauban <wxhgmqzgw...@spammotel.com>: >> Hi all, >> >>> Can you tell me which exact package I have to install? >> >> Can I give this thread a bump? > > Sorry, I assumed you had found the package.
No, I didn't. Thanks for having answered promptly! > I think on ubuntu you can install xlibs-dev and get what you need. The `xlibs-dev' package has disappeared from Ubuntu. It seems to be replaced by `xorg-dev' which I just installed -- see http://ubuntuforums.org/showthread.php?t=1071483. --8<---------------cut here---------------start------------->8--- sudo aptitude install xorg-dev --8<---------------cut here---------------end--------------->8--- Then, I returned to my `/home/sva/src/clisp-2.48/' directory and did: --8<---------------cut here---------------start------------->8--- cd tools; prefix=`pwd`/i686-pc-linux-gnu cd .. ./configure --with-libsigsegv-prefix=${prefix} --with-module="clx/new-clx" --8<---------------cut here---------------end--------------->8--- I don't know if it's relevant, but here are the last lines of that command execution: --8<---------------cut here---------------start------------->8--- Configure findings: FFI: yes (user requested: default) readline: no (user requested: default) libsigsegv: yes ./makemake --with-dynamic-ffi --with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu --with-module=clx/new-clx > Makefile make: `config.lisp' is up to date. To continue building CLISP, the following commands are recommended (cf. unix/INSTALL step 4 ff): cd src emacsclient --no-wait config.lisp # The default stack size on your platform is insufficient # and must be increased to at least 16384. You must do either # 'ulimit -s 16384' (for Bourne shell derivatives, e.g., bash and zsh) # or 'limit stacksize 16384' (for C shell derivarives, e.g., tcsh) make make check --8<---------------cut here---------------end--------------->8--- So, the next steps for me were (as advised by the `configure'): --8<---------------cut here---------------start------------->8--- cd src emacsclient --no-wait config.lisp ulimit -s 16384 make --8<---------------cut here---------------end--------------->8--- But this still ends with an error, the same as before: --8<---------------cut here---------------start------------->8--- configure: loading cache ../../config.cache configure: ** NEW CLX checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... (cached) gcc -E checking build system type... (cached) i686-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... (cached) yes checking for time.h... (cached) yes checking for sys/time.h... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for X... (cached) no configure: error: in `/home/sva/src/clisp-2.48/src/clx/new-clx': configure: error: cannot find X Window System See `config.log' for more details. make: *** [clx/new-clx] Error 1 --8<---------------cut here---------------end--------------->8--- (see http://www.mygooglest.com/sva/make.log for the full trace) In case it can help, here is the contents of the above mentioned `config.log' file: http://www.mygooglest.com/sva/config.log. I'm sorry this stays problematic. But can anyone please help me getting this installation succeeding? Best regards, Seb -- Sébastien Vauban _______________________________________________ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/stumpwm-devel