unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* OSX 10.4 and CVS Guile
@ 2005-07-20 11:10 Bill Schottstaedt
  0 siblings, 0 replies; only message in thread
From: Bill Schottstaedt @ 2005-07-20 11:10 UTC (permalink / raw)


On OSX 10.4 the CVS Guile hits:

eval.c:2657: error: 'PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here (not in a function)
make[2]: *** [libguile_la-eval.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


/usr/include/pthread.h on this system does not define this identifier.


Then (configured --without-threads):

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -no-cpp-precomp -I/Users/bil/test/include -Wall -Wmissing-prototypes -Werror -c posix.c -MT 
posix.lo -MD -MP -MF .deps/posix.TPlo  -fno-common -DPIC -o .libs/posix.o
In file included from /usr/include/netinet/in.h:78,
                  from /usr/include/netdb.h:86,
                  from posix.c:122:
/usr/include/sys/socket.h:99: error: two or more data types in declaration specifiers
make[2]: *** [posix.lo] Error 1


As far as I can tell, socklen_t is defined in both netdb.h and socket.h
(included by netinet/in.h), but both are protected by #ifndef __SOCKLEN_T.
Not sure why this is happening.




In Fedora Core 4 (gcc 4.0), the CVS Guile hits:

cc1: warnings being treated as errors
numbers.c: In function 'scm_is_unsigned_integer':
numbers.c:5711: warning: control may reach end of non-void function '__gmpz_get_ui' being inlined
make[2]: *** [libguile_la-numbers.lo] Error 1


I forgot to check which version of gmp this is.




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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-20 11:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-20 11:10 OSX 10.4 and CVS Guile Bill Schottstaedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).