<div dir="ltr">Hello,<div><span style="background-color:rgb(255,255,255)"><br></span></div><div><span style="background-color:rgb(255,255,255)">with OSG 3.4.0 from git, under OSX El Capitan, I am getting the following undeclared OpenGL identifiers (GLEnums actually). This does not happen under Linux Ubuntu nor Windows:</span></div><div><font color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;"> </span><span style="font-variant-ligatures: no-common-ligatures;">error: </span><span style="font-variant-ligatures: no-common-ligatures;">use of undeclared identifier 'GL_RGBA8UI'</span></font></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                        return GL_RGBA8UI;</font></span></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                               ^</font></span></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;"> </span><span style="font-variant-ligatures: no-common-ligatures;">error: </span><span style="font-variant-ligatures: no-common-ligatures;">use of undeclared identifier 'GL_RGBA16UI'</span></font></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                        return GL_RGBA16UI;</font></span></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                               ^</font></span></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;"> </span><span style="font-variant-ligatures: no-common-ligatures;">error: </span><span style="font-variant-ligatures: no-common-ligatures;">use of undeclared identifier 'GL_RGBA32F'</span></font></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                        return GL_RGBA32F;</font></span></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                               ^</font></span></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;"> </span><span style="font-variant-ligatures: no-common-ligatures;">error: </span><span style="font-variant-ligatures: no-common-ligatures;">use of undeclared identifier 'GL_RGB8UI'</span></font></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                        return GL_RGB8UI;</font></span></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                               ^</font></span></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;"> </span><span style="font-variant-ligatures: no-common-ligatures;">error: </span><span style="font-variant-ligatures: no-common-ligatures;">use of undeclared identifier 'GL_RGB16UI'</span></font></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                        return GL_RGB16UI;</font></span></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                               ^</font></span></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;"> </span><span style="font-variant-ligatures: no-common-ligatures;">error: </span><span style="font-variant-ligatures: no-common-ligatures;">use of undeclared identifier 'GL_RGB32F'</span></font></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000">                        return GL_RGB32F;</font></span></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><span style="background-color:rgb(255,255,255)"><font color="#000000"><br></font></span></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco;color:rgb(245,245,245)"><span style="background-color:rgb(255,255,255)"><br></span></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco;color:rgb(245,245,245)"><br></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000">These are the headers I include in this .cpp:</font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000"><br></font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;">  </span><span style="font-variant-ligatures: no-common-ligatures;">#include </span><span style="font-variant-ligatures: no-common-ligatures;"><osg/Texture2D></span><span style="font-variant-ligatures: no-common-ligatures;">                                                                                               </span><span style="font-variant-ligatures: no-common-ligatures;"> </span></font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;">  </span><span style="font-variant-ligatures: no-common-ligatures;">#include </span><span style="font-variant-ligatures: no-common-ligatures;"><osg/Geometry></span><span style="font-variant-ligatures: no-common-ligatures;">                                                                                                </span><span style="font-variant-ligatures: no-common-ligatures;"> </span></font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;">  </span><span style="font-variant-ligatures: no-common-ligatures;">#include </span><span style="font-variant-ligatures: no-common-ligatures;"><osg/Shape></span><span style="font-variant-ligatures: no-common-ligatures;">                                                                                                   </span><span style="font-variant-ligatures: no-common-ligatures;"> </span><span style="font-variant-ligatures: no-common-ligatures;">                                                                                       </span></font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;">  </span><span style="font-variant-ligatures: no-common-ligatures;">#include </span><span style="font-variant-ligatures: no-common-ligatures;"><osgViewer/ViewerEventHandlers></span><span style="font-variant-ligatures: no-common-ligatures;">                                                                               </span><span style="font-variant-ligatures: no-common-ligatures;"> </span></font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;">  </span><span style="font-variant-ligatures: no-common-ligatures;">#include </span><span style="font-variant-ligatures: no-common-ligatures;"><osgGA/TrackballManipulator></span><span style="font-variant-ligatures: no-common-ligatures;">                                                                                  </span><span style="font-variant-ligatures: no-common-ligatures;"> </span><span style="font-variant-ligatures: no-common-ligatures;">                                                                                       </span></font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;">  #include </span><span style="font-variant-ligatures: no-common-ligatures;"><osgUtil/Optimizer></span><span style="font-variant-ligatures: no-common-ligatures;">                                                                                           </span><span style="font-variant-ligatures: no-common-ligatures;"> </span></font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;">  </span><span style="font-variant-ligatures: no-common-ligatures;">#include </span><span style="font-variant-ligatures: no-common-ligatures;"><osgDB/ReadFile></span><span style="font-variant-ligatures: no-common-ligatures;">                                                                                              </span><span style="font-variant-ligatures: no-common-ligatures;"> </span></font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;">  </span><span style="font-variant-ligatures: no-common-ligatures;">#include </span><span style="font-variant-ligatures: no-common-ligatures;"><osg/BlendFunc></span><span style="font-variant-ligatures: no-common-ligatures;">                                                                                               </span><span style="font-variant-ligatures: no-common-ligatures;"> </span></font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco">







</p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco"><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-variant-ligatures: no-common-ligatures;">  </span><span style="font-variant-ligatures: no-common-ligatures;">#include </span><span style="font-variant-ligatures: no-common-ligatures;"><osg/Texture1D></span><span style="font-variant-ligatures: no-common-ligatures;"> </span></font></p><p style="margin:0px;font-size:10px;line-height:normal;font-family:monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"><span style="font-variant-ligatures: no-common-ligatures;"><br></span></p></div></div>