Hi Marijn, Adding Ludo to the Cc: as he knows more about libgc.
On Thu 14 Apr 2011 15:25, Marijn <[email protected]> writes: > CCLD guile > GEN guile-procedures.texi > 0x75b260 is not a GC visible pointer location > GC_is_visible test failed This occurs in gc.c: /* Sanity check. */ if (!GC_is_visible (&scm_protects)) abort (); scm_protects is declared above: /* Hash table that keeps a reference to objects the user wants to protect from garbage collection. It could arguably be private but applications have come to rely on it (e.g., Lilypond 2.13.9). */ SCM scm_protects; This seems to indicate a problem with libgc on your platform. Please check that it is configured correctly. Regards, Andy -- http://wingolog.org/
