Henrik Sundberg wrote: > Please keep the messages on the list. > > 2008/7/31 Nicolas <[EMAIL PROTECTED]>: > >> Henrik Sundberg wrote: >> >>> 2008/7/31 Nicolas <[EMAIL PROTECTED]>: >>> >>> >>>> I can't compil leocad, i have the following error : >>>> >>>> bash-3.2$ make >>>> g++ -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include >>>> I have a 64bits system and i use gcc 4.1.2 >>>> >>>> >>> snip >>> >>> Which version is checked out? Similar problems were fixed in the >>> 0.75-tag recently. >>> Do svn up. >>> What's the output fom make config? >>> >>> /$ >>> >>> >>> >> it's the 0.75.0 version >> >> output from make config : >> >> bash-3.2$ make config >> Automatic configuration >> checking size of char... 1\n >> checking size of short... 2\n >> checking size of long... 8\n >> checking size of int... 4\n >> checking size of void *... 8\n >> checking size of long long... 8\n >> Determining endianess... little endian >> Checking if GLIB and GTK+ are installed... ok >> Checking for jpeg support... ok >> Checking for zlib support... ok >> Checking for png support... ok >> >> to get files i use the following command : >> >> bash-3.2$ svn co http://svn.gerf.org/leocad/tags/leocad-0.75 leocad >> >> and i have the same error >> >> Thanks >> >> >> > > Strange. > What does your linux/config.h look like. > /$ > > > Hello
my linux/config.h 1 // 2 // LeoCAD configuration 3 // 4 // Auto-generated file, DO NOT EDIT 5 // 6 7 #ifndef _CONFIG_H_ 8 #define _CONFIG_H_ 9 10 #define LC_VERSION_MAJOR 0 11 #define LC_VERSION_MINOR 75 12 #define LC_VERSION_PATCH 0 13 #define LC_VERSION_OSNAME "Linux" 14 #define LC_VERSION_TEXT "0.75.0" 15 #define LC_VERSION_TAG "" 16 #define LC_INSTALL_PREFIX "/usr/local" 17 18 #define LC_SIZEOF_CHAR 1\n 19 #define LC_SIZEOF_SHORT 2\n 20 #define LC_SIZEOF_LONG 8\n 21 #define LC_SIZEOF_INT 4\n 22 #define LC_SIZEOF_VOID_P 8\n 23 #define LC_SIZEOF_LONG_LONG 8\n 24 25 typedef signed char lcint8; 26 typedef unsigned char lcuint8; 27 #error need to define lcint16 and lcuint16 28 #error need to define lcint32 and lcuint32 29 30 #define LC_LITTLE_ENDIAN 31 #define LCUINT16(val) val 32 #define LCUINT32(val) val 33 #define LCINT16(val) val 34 #define LCINT32(val) val 35 #define LCFLOAT(val) val 36 37 #define LC_HAVE_JPEGLIB 38 #define LC_HAVE_ZLIB 39 #define LC_HAVE_PNGLIB 40 41 #endif // _CONFIG_H_ thanks _______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
