From: Michael K. <mic...@gm...> - 2012-03-23 22:54:32
|
Hi, I'm using hand-written bindings (for libgirepository) to generate GTK+-3.x bindings. I can put everything in one module but I'd like to have the libgirepository bindings in a separate module. Is there a way to make clisp load the prerequisite, or use the 'full' linking set when building the dependent module? 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 ... Michael -- |