On 1/3/06, Simon Scheiwiller <[EMAIL PROTECTED]> wrote: > Thus spoke Tushar Teredesai: > > >BTW, instead of patching, it would probably be easier to use: > > CPPFLAGS="-I/usr/X11R6/include" ./configure ... > > > > > Of course, but I think using the patch would be cleaner, because it's > more a problem of the Makefile which doesn't include the X_CFLAGS > variable for compiling than of missing CPPFLAGS. Is it possible to run a > sed command instead of the patch? I'm not familiar with sed yet. >
For the book, CPPFLAGS or sed sounds like a better alternative while upstream fixes it. BTW, do notify upstream. Since most distros install nas in /usr, the developers may not be aware of the problem. Additionally, did you make the following symlink when installing X? It is in the book and not marked as optional. ln -v -s ../X11R6/include/X11 /usr/include/X11 -- Tushar Teredesai mailto:[EMAIL PROTECTED] http://www.linuxfromscratch.org/~tushar/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
