View Issue Details

IDProjectCategoryView StatusLast Update
0006031Spring engineGeneralpublic2018-08-10 11:02
ReporterCode_Man Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version104.0 +git 
Summary0006031: ‘GL_PRIMITIVE_RESTART’ was not declared in this scope
DescriptionCannot compile maintainance engine due to following error:

spring/rts/Map/SMF/Basic/BasicMeshDrawer.cpp: In member function ‘virtual void CBasicMeshDrawer::DrawMesh(const DrawPass::e&)’:
/home/virtual/spring/rts/Map/SMF/Basic/BasicMeshDrawer.cpp:621:11: error: ‘GL_PRIMITIVE_RESTART’ was not declared in this scope
  glEnable(GL_PRIMITIVE_RESTART);
           ^~~~~~~~~~~~~~~~~~~~

I am using gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 on x64.
Steps To Reproducegit fetch && cmake . && make
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Kloot

2018-08-10 02:42

developer   ~0019288

update your system's GLEW version.

Issue History

Date Modified Username Field Change
2018-08-10 00:29 Code_Man New Issue
2018-08-10 02:42 Kloot Note Added: 0019288
2018-08-10 11:02 Kloot Status new => closed
2018-08-10 11:02 Kloot Resolution open => no change required