I encountered some problem while compiling xorg-7.1-RC* and xorg-7.1
about agpgart.h with lfs-6.1.1, lfs-svn-20060420 and HLFS-20060510, i got over 
it by following this post :
http://lists.freedesktop.org/archives/xorg/2005-December/011626.html

it says that we have to modify sys/kd.h :


Edit /usr/include/sys/kd.h, change:
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H 1
#endif

#include <linux/kd.h>

(or whatever it is.)

to:
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H 1
#define __undef_LINUX_TYPES_H 1
#endif

#include <linux/kd.h>

#ifdef __undef_LINUX_TYPES_H
#undef _LINUX_TYPES_H
#undef __undef_LINUX_TYPES_H
#endif

I think that the book should say that xorg require modified lfs headers

eloi at bliscat dot org

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

Reply via email to