bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iselect.c followup


From: Bill Schottstaedt
Subject: iselect.c followup
Date: Thu, 24 Oct 2002 05:00:28 -0700

Just in case the blizzard of stuff in the Mac OSX message
obscured a simple bugfix:

in iselect.c the HAVE_UNISTD_H macro is used before
it has any chance to be defined.  The code should be
something like:

#include "libguile/_scm.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

#include "libguile/async.h"
#include "libguile/iselect.h"


I notice the same problem in coop.c.


(And to answer my own question in that post; yes "-all_load" needs to
be added to CFLAGS to use AC_CHECK_LIB with Guile 1.7.0 in Mac OSX).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]