unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* MacOS X
@ 2002-06-18  4:12 richmit
  2002-06-30  2:08 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: richmit @ 2002-06-18  4:12 UTC (permalink / raw)


Greetings;

After struggling for a few hours I have finally managed to get guile to 
build on MacOS X.  In order
to do this, I had to remove readline from my development system -- I 
don't know how to get guile to build
without readline support.  We are using readline 4.2.  I also had to use 
the following command line for
configure to get a valid build environment:

CPPFLAGS=-traditional-cpp CC=/usr/bin/gcc3 ./configure 
--prefix=/usr/local/ --disable-threads

During the compile, a few warnings came out:

stime.c:365: warning: implicit declaration of function `strcpy'
ramap.c:2012: warning: implicit declaration of function `strlen'
unif.c:1563: warning: implicit declaration of function `memcpy'
socket.c: In function `scm_getsockopt':
socket.c:240: warning: passing arg 5 of `getsockopt' from incompatible 
pointer type
socket.c: In function `scm_accept':
socket.c:625: warning: passing arg 3 of `accept' from incompatible 
pointer type
socket.c: In function `scm_getsockname':
socket.c:650: warning: passing arg 3 of `getsockname' from incompatible 
pointer type
socket.c: In function `scm_getpeername':
socket.c:675: warning: passing arg 3 of `getpeername' from incompatible 
pointer type
socket.c: In function `scm_recvfrom':
socket.c:810: warning: passing arg 6 of `recvfrom' from incompatible 
pointer type

Will MacOS X be officially supported in the future?  We are using guile 
for several
internal development projects, and the PowerPC platform with MacOS X has 
proven
itself to be a valuable platform for us.

Thanx in advance for your time.

							-mitch richling

PS: Guile is a great tool.  You have something to be proud of.



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-06-30 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-18  4:12 MacOS X richmit
2002-06-30  2:08 ` Thien-Thi Nguyen
2002-06-30 10:07   ` Marius Vollmer
2002-06-30 20:53   ` richmit

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).