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

Bug#635685: fixed for me



Le 31/07/2011 17:55, François Revol a écrit :
Hi,
I can confirm that the latest unstable update fixes building the
buildtools for Haiku <http://haiku-os.org/> that require -m32, and were
broken for some days with this issue, missing <sys/cdefs.h>.

Actually, I was too fast, there is still an issue. I first thought it was due to something else, but the Haiku build is still broken, this time due to missing fpu_control.h:


Cc /home/revol/devel/haiku/trunk/generated-x86-gcc4/objects/linux/x86/release/libs/mesa/mesa/gen_matypes.o In file included from /home/revol/devel/haiku/trunk/src/libs/mesa/mesa/x86/gen_matypes.c:35:0: /home/revol/devel/haiku/trunk/src/libs/mesa/mesa/main/glheader.h:61:25: fatal error: fpu_control.h: Aucun fichier ou dossier de ce type
compilation terminated.


http://dev.haiku-os.org/browser/haiku/trunk/src/libs/mesa/mesa/main/glheader.h#L61 has:

#if defined(__linux__) && defined(__i386__)
#include <fpu_control.h>
#endif

It is built as part of the host buildtools with:

cc -O -Wall -Wno-trigraphs -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wsign-compare -m32 -Wno-multichar -c "/home/revol/devel/haiku/trunk/src/libs/mesa/mesa/x86/gen_matypes.c" -DARCH_x86 -D_NO_INLINE_ASM -D__INTEL__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAIKU_HOST_USE_XATTR -DHAIKU_HOST_PLATFORM_LINUX -iquote ...

François.



Reply to: