Re: Guile + Mercury / GC

2011-06-12 Thread Ludovic Courtès
Hi, "Tomas By" skribis: > After upgrading to Guile 2.0.1, >From 2.0.0? > my Mercury - Guile app stopped working. > > | $ ./test > | 0xac44040 is not a GC visible pointer location > | GC_is_visible test failed > | Aborted > | $ Could it be that libgc was compiled with --disable-threads, as in

Re: A question about scm_{to,from}_locale_string()

2011-06-12 Thread Thien-Thi Nguyen
() Peter TB Brett () Sun, 12 Jun 2011 10:46:14 +0100 That sounds to me like you volunteering to organise one. :-) I'd certainly be interesting taking part! My organizational skills are probably not what this kind of project needs, but in any case, here's My Roadmap (dates are deadlines):

Re: A question about scm_{to,from}_locale_string()

2011-06-12 Thread Peter TB Brett
Thien-Thi Nguyen writes: > Probably sooner or later it behooves us (clients of libguile) > to hold a libguile "portability summit", where common bits of > autoconfigury, shimming, etc can be actively pooled, refactored > and (hopefully) incorporated into a time-saving tarball. > > In this way, st

Re: A question about scm_{to,from}_locale_string()

2011-06-12 Thread Thien-Thi Nguyen
() Peter TB Brett () Sun, 12 Jun 2011 08:09:03 +0100 I've added a configure check that defines scm_{to,from}_utf8_string to scm_{to,from}_locale_string if the former isn't available in libguile. Seems to work okay. Obviously there are some cases where we still use the locale func

Re: A question about scm_{to,from}_locale_string()

2011-06-12 Thread Peter TB Brett
l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Peter TB Brett skribis: > >> All of our strings are encoded as UTF-8, but we can't use >> scm_to_utf8_stringn() and scm_from_utf8_string() because they don't >> exist in Guile 1.8.8 (which we're going to have to continue to support >> for some t