Changes between Initial Version and Version 2 of Ticket #66439


Ignore:
Timestamp:
Dec 11, 2022, 5:23:27 AM (17 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66439

    • Property Status changed from new to assigned
    • Property Owner set to l2dy
  • Ticket #66439 – Description

    initial v2  
    11While trying to install irrlichtmt on Mac OS 10.6 I saw this error:
    22
     3{{{
    34Irrlicht/COpenGLDriver.cpp:2012:13: error: use of undeclared identifier 'GL_TEXTURE_CUBE_MAP_SEAMLESS'; did you mean 'OpenGLProcedures::TEXTURE_CUBE_MAP_SEAMLESS'?
     5}}}
    46
    5 I was not able to determine when GL_TEXTURE_CUBE_MAP_SEAMLESS was added to Mac OS X. I think this symbol was added in OpenGL 3.2. According to this page "https://www.geeks3d.com/20121109/overview-of-opengl-support-on-os-x/" OpenGL 3.2 was not available on Mac OS 10.6.
     7I was not able to determine when `GL_TEXTURE_CUBE_MAP_SEAMLESS` was added to Mac OS X. I think this symbol was added in OpenGL 3.2. According to this page "https://www.geeks3d.com/20121109/overview-of-opengl-support-on-os-x/" OpenGL 3.2 was not available on Mac OS 10.6.