bug#40847: compile errors and missing dependencies when building in mingw32 on windows

2020-04-25 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
I'm trying to compile guile 3.0.2 on a windows 32bit machine using Mingw32. I was able to successfully run the configure script with no errors. FYI I had to compile the following libraries from source in order for the configure script to finish because for some reason the libraries installed by

Compile errors for guile 1.8.2 under IRIX

2007-10-03 Thread Frank Thommen
Hi, I'm currently trying to compile guile 1.8.2 under IRIX (6.5.30m), but I'm getting the following error: guile-1.8.2 gmake gmake all-recursive gmake[1]: Entering directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2' Making all in oop gmake[2]: Entering directory

Re: Compile errors

2001-10-20 Thread Michael Carmack
On Sat, Oct 20, 2001 at 09:46:21AM +0100, Neil Jerram wrote: Michael == Michael Carmack [EMAIL PROTECTED] writes: Michael On Fri, Oct 19, 2001 at 05:12:49PM +0100, Neil Jerram Michael wrote: Probably this is because the corresponding code in configure.in is not

Re: Compile errors

2001-10-20 Thread Marius Vollmer
Michael Carmack [EMAIL PROTECTED] writes: Can the unistd.h bit be altered in the configure.in script on your end, so I don't have to remember to make the change myself in the future. This has been done already in CVS. Does the change not work for you?

Re: Compile errors

2001-10-19 Thread Neil Jerram
Michael == Michael Carmack [EMAIL PROTECTED] writes: Michael On versions 1.3.2a, 1.4, 1.5.4, compiles always fail Michael because usleep is apparently detected as an int instead Michael of a void. This is a gnu/linux system, kernel 2.4.10, Michael glibc 2.1.3, gcc 2.95.3,

Re: Compile errors

2001-10-19 Thread Michael Carmack
On Fri, Oct 19, 2001 at 05:12:49PM +0100, Neil Jerram wrote: Michael == Michael Carmack [EMAIL PROTECTED] writes: Michael On versions 1.3.2a, 1.4, 1.5.4, compiles always fail Michael because usleep is apparently detected as an int instead Michael of a void. This is a gnu/linux

Compile errors

2001-10-13 Thread Michael Carmack
On versions 1.3.2a, 1.4, 1.5.4, compiles always fail because usleep is apparently detected as an int instead of a void. This is a gnu/linux system, kernel 2.4.10, glibc 2.1.3, gcc 2.95.3, binutils 2.11.2. Additional information can be found in the build logs attached to this mail. Lines that

Re: Compile Errors on Redhat 7.1

2001-05-22 Thread Martin Grabmueller
From: Clint Nelissen [EMAIL PROTECTED] Date: Mon, 21 May 2001 16:38:51 -0700 I get the following error when trying to compile Guile 1.4 on a Redhat 7.1 box: net_db.c:85: conflicting types for `inet_aton' /usr/include/arpa/inet.h:74: previous declaration of `inet_aton' make[1]: ***