I can not build the stable-2.0 branch of today on OSX 10.6.7.
I have all the required libraries installed and was able to build my
current guile: GNU Guile 1.9.13.94-a653d-dirty.
..
/usr/local/unix/libunistring/include/unistring/stdint.h:3:5: warning:
"__GLIBC__" is not defined
CC libg
On Sat 02 Apr 2011 17:02, Leo writes:
> I can not build the stable-2.0 branch of today on OSX 10.6.7.
>
> "_GC_pthread_sigmask", referenced from:
> _signal_delivery_thread in libguile_2.0_la-scmsigs.o
Sorry about that. Fixed, I think.
Andy
--
http://wingolog.org/
Hello, Guilers
When using type specific equality predicates in guile, I've noticed
that they only test the type of an argument, if it has not already
decided that the answer is false. Working my way through all the
predicates given by the meta command ",a =\??$" we find
GNU Guile 2.0.0.147-e309f
I posted this on IRC and it seems to not likely be a bug with guile but
maybe someone can help. Other than this one issue, guile seems to run fine.
I am using version 2.0.0 compiled from sources with:
$ export BDW_GC_CFLAGS=-L/usr/lib
$ export BDW_GC_LIBS=-lgc
$ ./configure --prefix=/custom/dir
On 2011-04-04 04:07 +0800, Andy Wingo wrote:
> On Sat 02 Apr 2011 17:02, Leo writes:
>
>> I can not build the stable-2.0 branch of today on OSX 10.6.7.
>>
>> "_GC_pthread_sigmask", referenced from:
>> _signal_delivery_thread in libguile_2.0_la-scmsigs.o
>
> Sorry about that. Fixed, I thin