Haydn Haines - Sun UK - Partner Support - Intern wrote:
> hmmm... /usr/local/include is in the compile line... but not /usr/include.... I will 
>try 
> that!

No. -I/usr/include must not be there. It is implicitely added by the compiler,
but in case of gcc it should be added after some other include directories.
The compiler does that. If you add -I/usr/include by hand, you'll
break things.

-- 
 .-.   .-.    I don't work for my employer.
(_  \ /  _)
     |        [EMAIL PROTECTED]
     |        [EMAIL PROTECTED]

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to