lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lightning] Re: lightning on mingw


From: Sam Steingold
Subject: [Lightning] Re: lightning on mingw
Date: Wed, 21 May 2008 09:59:01 -0400
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Paolo Bonzini wrote:
|>> Can you send me a preprocessed output of ../src/eval.d (just add
|>> --save-temps to the CFLAGS and send the resulting eval.i file,
|>> bzipped and to private mail because of the size)?
|>
|> You got a file?
|> If not - get here:
|>  http://kavenchuk.googlepages.com/eval.i.tar.bz2
|
| Thanks.
|
| Something is defining __unused__ to "(void)". :-(

clisp does not do that.
clisp defines "unused" (without underscores) to "(void)" in lispbibl.d

does this patch help?



- --- eval.d.~1.251.~   2008-03-25 18:05:52.000000000 -0400
+++ eval.d      2008-05-21 09:58:28.000019000 -0400
@@ -8266,6 +8266,7 @@ global maygc void init_cclosures (void)

~ #if defined(USE_JITC)
~  #if defined(lightning)
+  #undef unused
~   #include "lightning.c"
~  #else
~   #error USE_JITC: what is your JITC flavor?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFINCqlPp1Qsf2qnMcRAq0KAJ46GfyFaCsEmPYXLRtx4CRXd0M2RwCfVxgo
6/h0FXOF+9qlzoVkKmGm8xw=
=9r8u
-----END PGP SIGNATURE-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]