OK, I did manage to CVS everything down from x.org and used the very same scripts I compiled X the first time (again, all BLFS stuff, see below)
It compiled without a HITCH!   :)
Wait, there is more...   :(
I found my driver. But instead of creating i810_drv.o it created i810_drv.so
Well, that's not gonna work...   8(
Above my head, above my head...
Thanks to all, I'll wait for a BLFS patch or the next X release...
Enrique A. Troconis
Scripts:
From /usr/src/X11/xc
sed -i '/^SUBDIRS =/s/ etc$//' programs/Xserver/Xprint/Imakefile &&
# pushd config/util &&
# make -f Makefile.ini lndir &&
# cp lndir /usr/bin/ &&
# popd &&
mkdir ../xcbuild &&
cd ../xcbuild &&
lndir ../xc &&
echo GOOD > KLGOODENV &&
echo GOOD
From /usr/src/X11/xcbuild
sed -i -e "[EMAIL PROTECTED] <linux/config.h>@/* & */@" \
  `grep -lr linux/config.h *` &&
( make World 2>&1 | tee xorg-compile.log && exit $PIPESTATUS ) &&
# ( make install 2>&1 | tee KLmake_install.log && exit $PIPESTATUS ) &&
# ( make install.man 2>&1 | tee KLmake_install.man.log && exit $PIPESTATUS ) &&
# ln -sf ../X11R6/bin /usr/bin/X11 &&
# ln -sf ../X11R6/lib/X11 /usr/lib/X11 &&
# ln -sf ../X11R6/include/X11 /usr/include/X11 &&
echo GOOD > KLGOODBLD &&
echo GOOD

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to