Errors in libguile 1.8.8 while compiling gnucash on Windows

2013-07-06 Thread Randy Galbraith
Hi Guile developers, I have been attempting to compile gnucash on Windows XP in the hopes of addressing one of the bugs. One of the compile issues I hit was this: srfi-4.c: In function 'uvec_to_list': srfi-4.c:399:15: error: variable 'elts' set but not used [-Werror=unused-but-set-variable] as

Re: SCM_SYSCALL

2013-07-06 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mark H Weaver skribis: >> >>> Hmm. Shouldn't our signal handlers be run in a different thread? Maybe >>> we can't make this change until 2.2, but it seems to me that there are >>> very serious problems trying to run signal ha

Re: SCM_SYSCALL

2013-07-06 Thread Mark H Weaver
Hi Ludovic, l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> Hmm. Shouldn't our signal handlers be run in a different thread? Maybe >> we can't make this change until 2.2, but it seems to me that there are >> very serious problems trying to run signal handlers from within a

Re: Fwd: BUG: Modules compile as ELF's on PE/PE+ architecture

2013-07-06 Thread Mark H Weaver
We are discussing this at: http://bugs.gnu.org/14789 Let's keep the discussion in one place. Thanks, Mark

Fwd: BUG: Modules compile as ELF's on PE/PE+ architecture

2013-07-06 Thread Vasiliy
Dear Guile Developers, I have just tried to compile Guile from the git sources under/for Cygwin (64-bit), and all the modules got compied by GUILEC as ELF executables, not as PE/PE+'s as I would expect it, what was also quite surprising. Any replies, is it's ok? BZW, the compiler has passed almos