Simon Geard wrote:
Hi all... anyone tried to build Xorg 6.9 yet? Just tried, using the same
instructions as 6.8.2, and hit the following error:

In file included from lnx_agp.c:24:
/usr/include/linux/agpgart.h:55: error: syntax error before '__u16'

Bug in Linux-Libc Headers. Workaround: add the following as the very first line in lnx_agp.c

#include <linux/types.h>

The same hack is needed for modular Xorg, which is used on the latest development LFS LiveCD (not released yet).

--
Alexander E. Patrakov
--
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