Re: signal handling different in 1.8.3 than 1.8.1?

2008-07-17 Thread Gregory Marton
While trying to compile the latest on the 1.8 branch, gen-scmconfig.c: In function 'main': gen-scmconfig.c:388: error: stray '@' in program gen-scmconfig.c:388: error: stray '@' in program gen-scmconfig.c:388: error: 'SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER' undeclared (first use in

Re: signal handling different in 1.8.3 than 1.8.1?

2008-07-17 Thread Ludovic Courtès
Hi Gregory, Gregory Marton <[EMAIL PROTECTED]> writes: > While trying to compile the latest on the 1.8 branch, > > gen-scmconfig.c: In function 'main': > gen-scmconfig.c:388: error: stray '@' in program This indicates that your `scmconfig.h' is broken. Normally, `scmconfig.h' is produced from `

Re: Guile Logo License

2008-07-17 Thread Martin Grabmueller
Neil Jerram schrieb: > 2008/7/12 Dave Page <[EMAIL PROTECTED]>: >> Hi there, >> >> I would like to create artwork for a free software project, using the >> cartoon gnu head from the Guile logo [1]. Please can you clarify the >> license used for this logo, so I know how to license my derivative >> w

Re: signal handling different in 1.8.3 than 1.8.1?

2008-07-17 Thread Gregory Marton
Excellent. Having done these steps, it did indeed make check, and with the --without-threads flag, it even passed the timeout tests! I'm happy with this for now. Is non-threading ever likely to be unsupported? Thanks, Grem Hi Gregory, Gregory Marton <[EMAIL PROTECTED]> writes: While

Re: signal handling different in 1.8.3 than 1.8.1?

2008-07-17 Thread Ludovic Courtès
Hi, Gregory Marton <[EMAIL PROTECTED]> writes: > Having done these steps, it did indeed make check, and with the > --without-threads flag, it even passed the timeout tests! You mean that the problem that triggered this thread vanished? > I'm happy with this for now. Is non-threading ever likel

Re: signal handling different in 1.8.3 than 1.8.1?

2008-07-17 Thread Gregory Marton
Gregory Marton <[EMAIL PROTECTED]> writes: Having done these steps, it did indeed make check, and with the --without-threads flag, it even passed the timeout tests! You mean that the problem that triggered this thread vanished? Yes. The with-timeout test script I sent a few emails ago pas

Re: signal handling different in 1.8.3 than 1.8.1?

2008-07-17 Thread Neil Jerram
2008/7/17 Gregory Marton <[EMAIL PROTECTED]>: > > > They're taking a while to run, but so far all my other tests are also > passing in mono-threaded guile 1.8.5 > commit 9143131b2766d1e29e05d61b5021395b4c93a6bc Neil Jerram, July 11 Just to be clear: do you mean that they are passing _after_ this

Re: signal handling different in 1.8.3 than 1.8.1?

2008-07-17 Thread Gregory Marton
They're taking a while to run, but so far all my other tests are also passing in mono-threaded guile 1.8.5 commit 9143131b2766d1e29e05d61b5021395b4c93a6bc Neil Jerram, July 11 Just to be clear: do you mean that they are passing _after_ this commit, but were failing _before_? That's nice to kno