View Single Post
  #1 (permalink)  
Old May 6th, 2002
Unregistered
Guest
 
Posts: n/a
Unhappy Compiling ver 0.5.2 on Linux failed!

Hi! I am running MDK8.2, gcc 2.96, KDE3/Qt3.0.4

I downloaded the latest ver 0.5.2, type

./configure (no errors)

make (it bombs out with the following errors)

Taken from config.log
--------------------------------------
configure: failed program was:
#line 1630 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
; return 0; }
configure:1706: checking how to run the C preprocessor
configure:1727: cc -E conftest.c >/dev/null 2>conftest.out
configure:1789: checking for stdint.h
configure:1799: cc -E conftest.c >/dev/null 2>conftest.out
configure:1789: checking for sys/int_types.h
configure:1799: cc -E conftest.c >/dev/null 2>conftest.out
configure:1795:27: sys/int_types.h: No such file or directory
configure: failed program was:
#line 1794 "configure"
#include "confdefs.h"
#include <sys/int_types.h>

What happen? I am lost and I can't find any int_types.h file on my system. Anyone can help?

Thanks
-Francis
Reply With Quote