As the subject says, this adds -m32 or -m64 to the grovelling on x86(-64) machines.
--#f Procrastination is great. It gives me a lot more time to do things that I'm never going to do.
On Fri, Mar 09, 2007 at 10:41:43PM -0500, Francois-Rene Rideau wrote:
I've removed inotify* and fdopendir.
For the 32/64-bit problem I'm using (cffi:foreign-type-size :int) to detect the platform's word size, please check if this works.
For the librt.so problem until I find out what caused your breakages I won't apply the change. Theoretically the right thing is to let dlopen() choose which librt.so to load yet that doesn't work in your case; for the moment please patch your sources manually(or use quilt).
As for the warnings caused by missing definitions of C macros or constants I've added a special condition class IOLIB-ALIEN-GROVEL:MISSING-DEFINITION for that so you can selectively muffle those warnings.