Hi!
No matter what, trying to build linux-solo, I'm getting the following:
gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -Wall -Wundef
-O3 -g -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE
-D_BSD_SOURCE -D_GNU_SOURCE -DHAVE_POSIX_MEMALIGN -DPTHREADS
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -std=c99 -ffast-math
-fno-strict-aliasing glapi/glapi_getproc.c -o glapi/glapi_getproc.o
In file included from glapi/glapi_getproc.c:77:
glapi/glprocs.h:1616: error: driDispatchRemapTable undeclared here (not in
a function)
glapi/glprocs.h:1616: error: AttachShader_remap_index undeclared here (not
in a function)
glapi/glprocs.h:1617: error: CreateProgram_remap_index undeclared here
(not in a function)
glapi/glprocs.h:1618: error: CreateShader_remap_index undeclared here (not
in a function)
glapi/glprocs.h:1619: error: DeleteProgram_remap_index undeclared here
(not in a function)
glapi/glprocs.h:1620: error: DeleteShader_remap_index undeclared here (not
in a function)
glapi/glprocs.h:1621: error: DetachShader_remap_index undeclared here (not
in a function)
glapi/glprocs.h:1622: error: GetAttachedShaders_remap_index undeclared
here (not in a function)
glapi/glprocs.h:1623: error: GetProgramInfoLog_remap_index undeclared here
(not in a function)
glapi/glprocs.h:1624: error: GetProgramiv_remap_index undeclared here (not
in a function)
glapi/glprocs.h:1625: error: GetShaderInfoLog_remap_index undeclared here
(not in a function)
[...]
Mesa, drm etc all are the latest, but I remember kind of getting the same
result with somewhat older versions in december or so ...
Any ideas?
Regards,
Kaido
|