[Mesa-dev] [Bug 50604] [compile error] ../../../../../src/mesa/libdricore/../main/api_arrayelt.c:45:27: fatal error: main/dispatch.h: No such file or directory

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 14 16:35:26 PDT 2012


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

--- Comment #4 from Christopher James Halse Rogers <chalserogers at gmail.com> 2012-06-14 16:35:26 PDT ---
(In reply to comment #3)
> The problem looks like include path brokenness. Generated source is put in the
> build tree, but it's looked for in the source tree.

Correct; this is an out-of-tree build issue.

Sadly, the naive solution of changing those references to be relative to
$(top_builddir) rather than $(srcdir) runs into problems in src/mesa/Makefile;
possibly the best way to fix this is to continue the automakification to
src/mesa.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list