Le 02/04/2013 19:50, NP a écrit : > Hi, > > Tried to build X on a brand new LFS SVN-20130329 base > (Linux-3.8.4/GCC-4.8.0) with x86_64 architecture. > > Got build errors with 2 packages in the Xorg applications : > - luit-1.1.1 > - xmodmap-0.7.0 > > In both cases the reported error was "implicit declaration of function". > I had to add #define _GNU_SOURCE (above other #define statements) in > sys.c for luit and in xmodmap.c for xmodmap to remove the errors. > With LFS-SVN-20130403, I got the same errors with luit and xmodmap. Actually, they are warnings treated as errors. I added --disable-selective-werror to the configure switches, and could build them. Maybe we could use that until upstream fixes it.
Pierre -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
