[EMAIL PROTECTED] wrote:
Hello Denis,

this was the answer I got from the Slax developer concerning the different header files:



Hello,
/usr/include/linux contains headers for 2.4.x kernels,
but kernel source in /usr/src/linux contains version 2.6.11.8.

This is correct and it is explained somewhere in Slackware changelog,
when software really needs new headers, it should look to /usr/src
instead of /usr/include during compilation.



now how do I tell DirectFB to use the headerfiles in /usr/src/linux/include instead of /usr/include?

Invoking either autogen or configure with CFLAGS=-I/usr/src/linux/include results in i810 and i830 not beeing built despite having the defines in the fb.h.


CFLAGS="-nostdinc -I/usr/src/linux/include"

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to