Hi Volker,
On Sat 23 Apr 2011 18:10, Volker Grabsch writes:
> Andy Wingo schrieb:
>> Hmmm. Well. We have other code generators in Guile's build system;
>> notably the configure script (via config.h and other output files).
>> What do folks think about the attached patch?
>
> Please drop me a n
Hi,
Ivan Maidanski writes:
>> pthread_setspecific (key, GC_STRDUP ("hello, world"));
>
> Just one note. Are you aware that this code is equivalent (since TLS is not
> traced by GC) to:
>
> (void)GC_STRDUP ("hello, world");
> pthread_setspecific (key, );
Yes. The only point of this statement i
Hi,
Andy Wingo writes:
> From b03f8337ea62091208680fab901606c9af360a5d Mon Sep 17 00:00:00 2001
> From: Andy Wingo
> Date: Tue, 12 Apr 2011 13:12:56 +0200
> Subject: [PATCH] check for iconveh values at configure-time
>
> * configure.ac: Check for the iconveh values here, instead of relying on
>
Follow-up Comment #5, bug #33082 (project guile):
Andy,
You sir, are a master. I had not compiled libunistring with libiconv support;
to my surprise.
Once that was fixed it was clear sailing and now I think I am the first guy on
my block with Guile 2.0 on FreeBSD.
Thanks!
-Brad
__