https://bugs.freedesktop.org/show_bug.cgi?id=76577

--- Comment #4 from Emil Velikov <emil.l.veli...@gmail.com> ---
Seems like gcc does not handle include directives as I though it would. The
only difference quoted vs angle brackets make is an extra searches for the
header in the folder containing the source file.

One can prevent from searching the default locations using -nostdinc, although
that should not be required.

Dâniel I'm kind of struggling to see(tested as well) how on earth did the
system header got included in your case, pending any funny options during the
compilation of gcc (other pieces of the toolchain).

-I$(top_srcdir)/include is used prior to any other, which should handle things
correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to