[Mesa-dev] [Bug 29262] New: Compilation error git Mesa 7.9-devel
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 26 06:49:51 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=29262
Summary: Compilation error git Mesa 7.9-devel
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: wolput at onsneteindhoven.nl
Compilation of the latest git Mesa shows the following errors:
make
-----
In file included from main/api_exec.c:117:0:
../../src/mesa/main/remap_helper.h:4493:13: error:
‘DrawArraysInstanced_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4494:13: error:
‘DrawElementsInstanced_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4627:13: error:
‘FramebufferTextureARB_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4628:13: error:
‘FramebufferTextureFaceARB_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4629:13: error:
‘ProgramParameteriARB_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4645:13: error:
‘BindTransformFeedback_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4646:13: error:
‘DeleteTransformFeedbacks_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4647:13: error:
‘DrawTransformFeedback_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4648:13: error:
‘GenTransformFeedbacks_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4649:13: error:
‘IsTransformFeedback_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4650:13: error:
‘PauseTransformFeedback_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4651:13: error:
‘ResumeTransformFeedback_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4870:13: error:
‘BeginTransformFeedbackEXT_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4871:13: error:
‘BindBufferBaseEXT_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4872:13: error:
‘BindBufferOffsetEXT_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4873:13: error:
‘BindBufferRangeEXT_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4874:13: error:
‘EndTransformFeedbackEXT_remap_index’ undeclared here (not in a function)
../../src/mesa/main/remap_helper.h:4875:13: error:
‘GetTransformFeedbackVaryingEXT_remap_index’ undeclared here (not in a
function)
../../src/mesa/main/remap_helper.h:4876:13: error:
‘TransformFeedbackVaryingsEXT_remap_index’ undeclared here (not in a function)
main/api_exec.c: In function ‘_mesa_create_exec_table’:
main/api_exec.c:737:4: warning: implicit declaration of function
‘SET_FramebufferTextureARB’
main/api_exec.c:738:4: warning: implicit declaration of function
‘SET_FramebufferTextureFaceARB’
make[2]: *** [main/api_exec.o] Error 1
make[2]: Leaving directory `/home/jos/tmp/xorg/git-master/mesa/src/mesa'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/jos/tmp/xorg/git-master/mesa/src'
make: *** [default] Error 1
-----
--
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