Hi Marius,

thanks, that works. It now stops at

eval.c:2658: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here (not in a function)

Any idea, how to fix that? I'm trying to compile it on Mac OS X 10.3.9.

Best regards
Michael

On Oct 23, 2005, at 14:28 Uhr, Marius Vollmer wrote:

Michael Tuexen <[EMAIL PROTECTED]> writes:

I'm trying to compile guile-1.7.2 on Mac OS X 10.3.9. The  compilation
breaks because scm_mutex_lock and scm_mutex_unlock are used in
libguile/arbiters.c but the compiler and I can not find a definition
of those functions. Where are they defined?

That's a bug in guile 1.7.2 that has been fixed in CVS:

2005-03-18  Kevin Ryde  <[EMAIL PROTECTED]>

        * arbiters.c (FETCH_STORE) [generic C]: Should be
        scm_i_scm_pthread_mutex_lock/unlock now.  Reported by Ludovic Courtès.

You could try a recent 'unstable' snapshot:

ftp://ftp.dt.e-technik.uni-dortmund.de/pub/guile/snapshots/guile- core.unstable.tar.gz


--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to