From: Sam S. <sd...@gn...> - 2012-03-25 03:49:53
|
Hi, > * Michael Kappert <zvp...@tz...> [2012-03-23 23:54:25 +0100]: > > Is there a way to make clisp load the prerequisite, or use the 'full' > linking set when building the dependent module? I think it is best to use dynamic modules and put (require "requirement") in the lisp file. > I tried (in link.sh.in) > ${MAKE-make} clisp-module \ > CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \ > CLISP_LINKKIT="$absolute_linkkitdir" CLISP="${CLISP} -K full" > > and then try to build the module with > $ make MODULES=gtk+3 > > but I still see > make[1]: Entering directory `<clisp>/build.gir/gtk+3' > <clisp>/clisp -K boot ... this is weird. new-clx requires syscalls and the build works fine. please take a look at how it is done. -- Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000 http://www.childpsy.net/ http://truepeace.org http://openvotingconsortium.org http://ffii.org http://jihadwatch.org http://thereligionofpeace.com The plural of "anecdote" is not "data". |