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 de

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: > >> &

Re: Compile errors

2001-10-20 Thread Michael Carmack
On Sat, Oct 20, 2001 at 08:13:29PM +0200, Marius Vollmer wrote: > 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. >

environment variables causing configure to fail

2001-10-29 Thread Michael Carmack
This affects 1.5.4, but not 1.4 or 1.3.2a. Apparently in some sort of recursive configure, the original configure attempts to pass environment variables, but during 'libltdl' this seems to cause a problem. Here is the output: configure: configuring in libltdl configure: running /bin/sh './confi

Re: environment variables causing configure to fail

2001-11-12 Thread Michael Carmack
On Mon, Nov 12, 2001 at 11:07:41PM +0100, Marius Vollmer wrote: > Michael Carmack <[EMAIL PROTECTED]> writes: > > > This affects 1.5.4, but not 1.4 or 1.3.2a. Apparently in some sort of > > recursive configure, the original configure attempts to pass environment &

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 sta

Bug-report follow-up

2001-10-13 Thread Michael Carmack
Ok, it appears someone has put an absolute path to a header file in the 'configure.in' script. This occurs on line 275. On systems that don't store unistd.h under /usr/include the test program will fail and cause configure to assume the usleep return type is 'int'. This breaks the compile later

Re: environment variables causing configure to fail

2001-12-24 Thread Michael Carmack
On Mon, Oct 29, 2001 at 08:50:16PM +, Michael Carmack wrote: Hello bug-guile. The problem below still seems to be present in a recent CVS checkout. It seems that the environment variables that I have set are causing 'configure' to fail once it enters libltdl. Apparently the manne

Re: environment variables causing configure to fail

2001-12-24 Thread Michael Carmack
On Mon, Nov 12, 2001 at 11:07:41PM +0100, Marius Vollmer wrote: Short followup to the previous message: The following is the way that I originally called 'configure'. Note that I did not explicitly call configure with the environment variables, but they show up in the recursive calls: ./configur

Re: environment variables causing configure to fail

2002-01-02 Thread Michael Carmack
On Wed, Jan 02, 2002 at 11:05:06PM +0100, Marius Vollmer wrote: > Michael Carmack <[EMAIL PROTECTED]> writes: > > > The problem below still seems to be present in a recent CVS checkout. > > It seems that the environment variables that I have set are causing > > 

Guile 1.4.1 w/ guile-oops 1.0.2

2002-09-06 Thread Michael Carmack
Guile-oops/1.0.2 doesn't seem to build against guile/1.4.1, apparently because the order of the CPP arguments has changed for bin/guile-snarf. (Guile-oops/1.0.2 did build successfully against guile/1.4 for me.) In 1.4.1, 'guile-snarf --help' reports: Usage: guile-snarf [-d | -D] [-o OUTFIL