couldnt compile guile

2001-06-26 Thread Joakim Verona
hello, while compilinng guile snapshot on 20010626, i got an error "confilicting definitions" of the function inet_aton in net_db.c. I just commented out the definition and it compiled ok. There was an existing definition in /usr/include/arpa/inet.h hope this helps, /joakim -

Re: couldnt compile guile

2001-06-26 Thread Martin Grabmueller
> From: Joakim Verona <[EMAIL PROTECTED]> > Date: Tue, 26 Jun 2001 10:21:39 +0200 > > while compilinng guile snapshot on 20010626, i got an error > "confilicting definitions" of the function inet_aton > in net_db.c. > > I just commented out the def

Re: Unable to make guile-1.3 (libguile)

2001-06-26 Thread Martin Grabmueller
> From: Scott Ostrander <[EMAIL PROTECTED]> > Date: Mon, 25 Jun 2001 09:51:00 -0500 > > Hello, perhaps you can point me in the correct direction or > tell me what I'm doing wrong. I don't know about the errors you describe, but is there a reason you are trying to build such an old version of Gui

Re: couldnt compile guile

2001-06-26 Thread Martin Grabmueller
> Date: Tue, 26 Jun 2001 11:11:20 +0200 > From: Joakim Verona <[EMAIL PROTECTED]> > > very odd, i downloaded the snapshot just an hour ago. i prefer snapshots > due to our agressive firewall that makes tunneling cvs cumbersome. but > thanks, i will download copies from cvs in the future. Oh da

Re: couldnt compile guile

2001-06-26 Thread Marius Vollmer
Martin Grabmueller <[EMAIL PROTECTED]> writes: > But anyway, where did you download the snapshort from? www.glug.org > or www.red-bean.com. The latter could be out of date, because it is > (or was?) created from an outdated CVS repository, but I am not sure.. Yes, this seems to be the case. I

grammar fix

2001-06-26 Thread Chris Cramer
This is a diff against CVS Guile; it fixes some incorrect grammar in the documentation. Index: doc/posix.texi === RCS file: /cvs/guile/guile-core/doc/posix.texi,v retrieving revision 1.11 diff -u -r1.11 posix.texi --- doc/posix.texi