Erwin, > the asm symlink is missing.
That's also what I thought, but I succeeded compiling XFree from CVS 1 week ago with 2.4.15 so I didn't double-checked. However, you were right, /usr/src/linux/include does not have an 'asm/' dir anymore but arch-specific directories such as 'asm-i386/'. According to fhs, that's what I should have done long time ago anyway: http://www.pathname.com/fhs/2.0/fhs-6.1.5.html (But, then, this is incorrect and should be modified: http://www.linuxdoc.org/FAQ/Linux-FAQ/x1698.html#AEN1848 ) So I modified /usr/include/asm to smylink to ../src/linux/include/asm-i386 instead of ../src/linux/include/asm However, I don't understand why this error shows only now. Can it be that the recent commit trigger this error ? PS: Matthieu, sorry about that, I really thought your recent commit and my specific error were related. Perhaps it just enlightened a long-lasting error on my system. I believe your RH7.2 test system as a correct asm symlink. -- [EMAIL PROTECTED] > On Sun, 2001-12-02 at 18:43, Olivier Cahagne wrote: > >>Hi, >> >>I'm running XFree86 from CVS 1-week old and decided to keep current with >>the DGA 2 & ATI fix. >>But, trying to recompile XFree86 from CVS (Dec. 2nd) on Linux x86, egcs >>2.91.66 with 'make World', Linux kernel 2.4.16 headers (also tried Linux >>2.4.14 headers with smylink to /usr/src/linux), RedHat 6.2, I get this >>error: >>(I guess this is related to Matthieu Herrb's recent commits on errno code) >>I also tried as root, but there's no difference, it seems like the files >>are here but imake does not "see" them. >> >>pc1: ~/xc % make World >>18:24 #18 >> >>Building Release 6.5 of the X Window System. >> >>I hope you checked the configuration parameters in ./config/cf >>to see if you need to pass BOOTSTRAPCFLAGS. >> >>Sun Dec 2 18:24:34 CET 2001 >> >>cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean >>make[1]: Entering directory `/home/cahagn_o/xc/config/imake' >>rm -f ccimake imake.o imake >>rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#* >>rm -f -r Makefile.proto Makefile Makefile.dep bootstrap >>make[1]: Leaving directory `/home/cahagn_o/xc/config/imake' >>make Makefile.boot >>make[1]: Entering directory `/home/cahagn_o/xc' >>cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" >>make[2]: Entering directory `/home/cahagn_o/xc/config/imake' >>making imake with BOOTSTRAPCFLAGS= in config/imake >>cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c >>cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` >>imake.c >>In file included from /usr/include/signal.h:300, >> from imake.c:178: >>/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or >>directory >>In file included from /usr/include/bits/errno.h:25, >> from /usr/include/errno.h:36, >> from imake.c:230: >>/usr/include/linux/errno.h:4: asm/errno.h: No such file or directory >>make[2]: *** [imake.o] Error 1 >>make[2]: Leaving directory `/home/cahagn_o/xc/config/imake' >>make[1]: *** [imake.proto] Error 2 >>make[1]: Leaving directory `/home/cahagn_o/xc' >>make: *** [World] Error 2 >> >> >> >>-- >>[EMAIL PROTECTED] >> >>_______________________________________________ >>Xpert mailing list >>[EMAIL PROTECTED] >>http://XFree86.Org/mailman/listinfo/xpert >> > > _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
