| Subject: | CIPE compilation under RedHat 7.1 |
| From: | Jean-Michel POURE <jm.poure,AT,freesurf,DOT,fr> |
| Date: | Sat, 14 Jul 2001 11:39:02 +0200 |
Hello Luca, Did anyone compile CIPE under RedHat 7.1? ./configure --disable-pkcipe --with-linux-include=/usr/include make make install This results into: Line 1068 : syntax error near unexpected token 'AX_MACRO_STR(UTS_RELEASE,' Line 1068 : AX_MACRO_STR(UTS_RELEASE,linux/version.h Kernel headers are: #include <linux/rhconfig.h> #if defined(__module__smp) #define UTS_RELEASE "2.4.5-0.2.9smp" #elif defined(__module__BOOT) #define UTS_RELEASE "2.4.5-0.2.9BOOT" #elif defined(__module__enterprise) #define UTS_RELEASE "2.4.5-0.2.9enterprise" #else #define UTS_RELEASE "2.4.5-0.2.9" #endif #define LINUX_VERSION_CODE 132101 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) Any help welcome, Jean-Michel POURE, Paris, France