Hi,

On Thu, 2013-05-16 at 07:45 +0000, Gierlinger, Thomas wrote:
> Dear all,
> 
> I am trying to build the current sources (rev. a592e8c) on windows (vc9) 
> using more or less the default options
>         self.cmakeDefs = [
>             "-DCMAKE_INSTALL_PREFIX:PATH=" + os.path.join(self.installPrefix, 
> self.installDir).replace('\\', '/'),
>             "-DOSG_USE_OSGSUPPORT_LIBS:BOOL=ON",
>             "-DOSG_INSTALL_PDB_FILES:BOOL=ON",
>             "-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON"]
> 
> I am getting undeclared identifier errors for GL_FRAMEBUFFER, 
> GL_COLOR_ATTACHMENT0 etc. which were used as *_EXT before.
> 
> Is this a problem with my settings or requires OSGGLEXT.h an update?

arg, my bug, I have OSG_INCLUDE_GLEW enabled by default, that hides the
missing GL constants.

I'll fix it.

kind regards
  gerrit



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to