Upgrade to GFDLv1.3+?

2010-05-28 Thread Ludovic Courtès
Hello! Anything against switching the manual from GFDLv1.2+ to GFDLv1.3+? Thanks, Ludo’.

Re: Portability fixes for win32 cross compiling

2010-05-28 Thread Volker Grabsch
Ludovic Courtès l...@gnu.org schrieb: Volker Grabsch v...@notjusthosting.com writes: The gen-scmconfig script includes a mix of native and cross headers, which goes horribly wrong when performing win32 cross compiling. What happens exactly? I don't think that the exact error messages

Re: Portability fixes for win32 cross compiling

2010-05-28 Thread Volker Grabsch
Ludovic Courtès l...@gnu.org schrieb: Volker Grabsch v...@notjusthosting.com writes: --- a/libguile/objcodes.c +++ b/libguile/objcodes.c @@ -23,7 +23,6 @@ #include string.h #include fcntl.h #include unistd.h -#include sys/mman.h #include sys/stat.h #include sys/types.h

Lightning Bindings

2010-05-28 Thread Noah Lavine
Dear Guile Developers, After watching the discussion of native code generation on this list a few weeks ago, I decided I'd like to help. I looked at several possibilities, but it seemed like the easiest and most sure way of making *something* work was writing bindings to GNU Lightning. I now

Re: Lightning Bindings

2010-05-28 Thread No Itisnt
Neat! Have you looked into libjit? The only reason I bring it up is because it seems to be more popular than Lightning and already has some third-party language bindings. On Thu, May 27, 2010 at 4:03 PM, Noah Lavine noah.b.lav...@gmail.com wrote: Dear Guile Developers, After watching the

Re: Lightning Bindings

2010-05-28 Thread Noah Lavine
Yes, I tried, but I couldn't get it to build on my system for some reason, so I went with Lightning. I could try harder to get it to build if it seems like a good choice. On Fri, May 28, 2010 at 4:49 PM, No Itisnt theseaisinh...@gmail.com wrote: Neat! Have you looked into libjit? The only