> * In message <[EMAIL PROTECTED]>
> * On the subject of "Re: Compiling CLISP on MacOSX"
> * Sent on Sat, 23 Aug 2003 16:40:33 +0200
> * Honorable Pascal Bourguignon <[EMAIL PROTECTED]> writes:
>
> With the CVS HEAD it seems that clisp/configure does not take into
> account the CC environment variable: It's still using 'gcc', while in
> by script, I explicitely set export CC='cc -no-cpp-precomp'.
> Obviously, since it's still using the cpp-precomp, it fails.

CLISP/configure does respect CC (which is overridden by COMPILER).
please see the sources

> gcc -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type  
> -fomit-frame-pointer -Wno-sign-compare -O2 -DUNICODE -DNO_GETTEXT -DNO_SIGSEGV -c 
> eval.c
> lispbibl.d:7385: illegal external declaration, missing `;' after `__SP'
> eval.d:1788: illegal expression, found `#'
> bytecode.d:4: illegal expression, found `&&'
> bytecode.d:5: illegal expression, found `&&'
> bytecode.d:6: illegal expression, found `&&'
> ...
> eval.d:1802: `aux' undeclared (first use in this function)
> eval.d:1802: `ende' undeclared (first use in this function)
> eval.d:1868: `badrest' undeclared (first use in this function)
> eval.d:1890: `allow' undeclared (first use in this function)
> eval.d:1782: warning: `item' might be used uninitialized in this function

this usually means broken CPP.

note that <clisp-devel> is member-only.
I set Reply-To: clisp-list

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.honestreporting.com>
The only guy who got all his work done by Friday was Robinson Crusoe.



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to