Peter B. Steiger wrote:
Here's another interesting discovery for your updated notes on x.org 7.1, DJ... the latest server source xorg-server-1.10 requires access to a .c source file from Mesa which does not exist in the current stable version 6.4.2; the file depthstencil.c only exists in the development version 6.5 of Mesa.
Yes..it's sitting in the pending update. :-) I went ahead and did another test build to fix the datadir and populate /etc/X11 with symlinks to $XORG_PREFIX/lib/X11/* as from previous Xorg (reversed). Finishing the drivers now, hence the extra time. Will have it tested in a few. Thanks for the feedback.
Other than that, the build has been surprisingly easy considering how many files are involved! I whipped up a little bash script to automatically pushd into each directory, config && make && make install, then popd back to the main directory for the x project... and found out later that an almost identical script is right there in the BLFS Wiki :-)
Yes, once it's scripted, it's not bad at all. :-) -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
