scm_mutex_lock and scm_mutex_unlock

2005-10-22 Thread Michael Tuexen
Dear all, 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? Best regards Michael ___

Re: scm_mutex_lock and scm_mutex_unlock

2005-10-23 Thread Michael Tuexen
lmer 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. W

Re: scm_mutex_lock and scm_mutex_unlock

2005-10-23 Thread Michael Tuexen
Hi Marius, see my comments in-line. Best regards Michael On Oct 23, 2005, at 22:13 Uhr, Marius Vollmer wrote: Michael Tuexen <[EMAIL PROTECTED]> writes: eval.c:2658: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here (not in a function) Any idea, how to fix that?

Re: scm_mutex_lock and scm_mutex_unlock

2005-10-24 Thread Michael Tuexen
Hallo, I tried the old version with --without-threads and it worked. How can I try the new version? the guile-core-unstable.tar.gz is still the old version... Best regards Michael On Oct 23, 2005, at 23:15 Uhr, Marius Vollmer wrote: Michael Tuexen <[EMAIL PROTECTED]> writes: I gue

Re: Guile 1.7.91 has been released.

2006-02-12 Thread Michael Tuexen
Hi Marius, the check for socklen_t fails incorrectly because socklen_t is defined in /sys/socket.h on Mac OS X, and on BSD systems in general. What about using AC_MSG_CHECKING(for socklen_t) AC_TRY_COMPILE([#ifdef HAVE_SYS_TYPES_H #include #endif

Re: Guile 1.7.91 has been released (MacIntel)

2006-02-18 Thread Michael Tuexen
This ist the problem, that the configure script does not figure out that socklen_t does exist. Therefore it defines it when it is defined in sys/socket.h the compiler throws an error. Please use the code in configure.in which I posted earlier. Then it will work. Best regards Michael On Feb 17,

Re: build error on my system (Mac OS 10.4.5)

2006-03-28 Thread Michael Tuexen
I guess it is the socklen_t error, I reported earlier... Best regards Michael On Mar 29, 2006, at 2:34 AM, Kevin Ryde wrote: Jay Cotton <[EMAIL PROTECTED]> writes: In file included from /usr/include/netinet/in.h:78, from /usr/include/netdb.h:86, from posix.c

Re: build error on my system (Mac OS 10.4.5)

2006-03-29 Thread Michael Tuexen
4.0? Thanks, Jay On Mar 29, 2006, at 2:23 AM, Michael Tuexen wrote: I guess it is the socklen_t error, I reported earlier... Best regards Michael On Mar 29, 2006, at 2:34 AM, Kevin Ryde wrote: Jay Cotton <[EMAIL PROTECTED]> writes: In file included from /usr/include/netinet/i