[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 12:00:36 PDT 2012


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

--- Comment #3 from Darren Salt <bugspam at moreofthesa.me.uk> 2012-06-14 12:00:36 PDT ---
The problem looks like include path brokenness. Generated source is put in the
build tree, but it's looked for in the source tree.

I managed to get a build done by copying the following from build to source:

src/glsl/builtin_function.cpp
src/mapi/glapi/glapitable.h
src/mesa/main/api_exec_es1_dispatc.h
src/mesa/main/api_exec_es1_dispatch.h
src/mesa/main/api_exec_es1_remap_helper.h
src/mesa/main/api_exec_es2_dispatch.h
src/mesa/main/api_exec_es2_remap_helper.h
src/mesa/main/dispatch.h
src/mesa/main/enums.c
src/mesa/main/remap_helper.h
src/mesa/x86-64/matypes.h
src/mesa/x86/matypes.h

-- 
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