Re: How to use another module at build time?

Sam Steingold <[email protected]>
Newsgroups gmane.lisp.clisp.devel
Message-ID <[email protected]>
Hi,

> * Michael Kappert <[email protected]> [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".

------------------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.