How to use another module at build time?
Michael Kappert <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
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
--
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel