%% Bob Kashani <[EMAIL PROTECTED]> writes: >> Looking at the compile line I can see that there are explicit >> references to -I/usr/include/X11R6 that appear BEFORE the garnome >> include directories, and this is causing the wrong Xrender.h to be >> found. This seems like a problem to me: how do I convince the >> build system that it should always put the garnome include >> directories on the compile line BEFORE any system directories?
>> Help? bk> What I used to do when running an older version of Red Hat was set bk> the GARNOME path ahead of the system path in ~/.bash_profile. bk> Try this in your ~/.bash_profile bk> PATH=/opt/garnome:$PATH I guess you mean /opt/garnome/bin here right? That sounds like a good idea. OK, so I removed everything and started over (pango is pretty early in the build process, luckily). But, I get the same problem :-(. It's still putting /usr/include/X11 etc. on the compile line before my stuff. I even tried modifying the Pango configure invocation to set X_CFLAGS etc. Looking at config.status it APPEARS that these extra libraries are being put there as a result of XFT. So, I'm going to try building bootstrap/xft and see if that helps (even though I don't think I need to build it since it comes with RH8 :-/). I still wonder whether there isn't some way that Garnome should be setting "always look at these directories first", generally for all configurations. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> HASMAT--HA Software Mthds & Tools "Please remain calm...I may be mad, but I am a professional." --Mad Scientist ------------------------------------------------------------------------------- These are my opinions---Nortel Networks takes no responsibility for them. -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
