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
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
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
We are discussing this at: http://bugs.gnu.org/14789
Let's keep the discussion in one place.
Thanks,
Mark
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