mingw build

2009-06-15 Thread Neil Jerram
As Sylvain Beucler noted some time ago, a mingw cross-compile of Guile currently fails for several reasons. The first of them is: $ CPPFLAGS=-I/usr/local/cross-tools/i386-mingw32msvc/include \ LDFLAGS=-L/usr/local/cross-tools/i386-mingw32msvc/lib \ ./configure --host=i586-mingw32msvc

a couple bugs related to error reporting and backtraces

2009-06-15 Thread Jose A. Ortega Ruiz
Hi, I've got this trivial module definition in file a.scm: (define-module (a) #:export (ap)) (define (ap) (not-bound)) (ap) intended to cause an error upon calling `ap'. First bug is when trying to `load-compiled' a non-go file: scheme@(guile-user) (load-compiled ./a.scm)

LGPLv3?

2009-06-15 Thread Andy Wingo
Hi, Some motions were made to switch to LGPLv3. I think it's a good for Free Software if Guile switches to LGPLv3. Shall we update copyrights before Friday's release? Andy -- http://wingolog.org/