hi i am trying to compile kdrive i do a make World CROSSCOMPILEDIR=/usr/local/arm/2.95.3/bin but i got this error :
make[2]: Entering directory `/home/flo/+GP32/crossapp/xc/config/imake'
making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="/usr/local/arm/2.95.3/bin" in config/imake
gcc -o ccimake -DCROSSCOMPILEDIR=\"/usr/local/arm/2.95.3/bin\" -O -I../../include -I../../imports/x11/include/X11 ccimake.c
if [ -n "/usr/local/arm/2.95.3/bin" ] ; then \
/usr/local/arm/2.95.3/bin/arm-linux-gcc -E `./ccimake` \
-DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; \
else touch imakemdep_cpp.h; fi
imakemdep.h:786: linux/version.h: No such file or directory
make[2]: *** [imakemdep_cpp.h] Erreur 1
where do i speciy additional -I ?
i created a symolic link in /home/flo/+GP32/crossapp/xc/include , but it doesnt change anything
_______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86