On Sun, Aug 2, 2009 at 2:04 AM, Guy Dalziel<krendosha...@dementedfury.org> wrote: > On Sat, Aug 01, 2009 at 07:20:43PM -0700, Dan Nicholson wrote: >> Interesting. It's not using the Xlib CFLAGS. I wasn't involved in the >> merging of egl into mesa and it's had some silly build issues. This >> should be set in X11_INCLUDES. Are you setting PKG_CONFIG_PATH when >> building mesa? Could you show me the summary output from configure? > > See attached. Yes I do have my PKG_CONFIG_PATH set, so far this is the > only program that's complained. If there was a problem with my settings > I doubt my build would have gone as far as it did. I've also attached > some sample output from the start of the build, as you can see this part > is as good as gold. If anything, it's a bit too overzealous in its > inclusion of -I/usr/X11/include.
Oops. I was looking at master. Indeed, the necessary part is missing on 7.5. Try this: sed -i '/INCLUDE_DIRS =/s/$/ $(X11_INCLUDES)/' src/egl/main/Makefile src/egl/drivers/demo/Makefile This should be fixed in the next 7.5 release. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page