Hi Michael,

Unfortunately I can't check in my Program.cpp as I'm mid other
modifications.  I expect you build issues are just changes to remove use of
_EXT usage from the headers, but compile on my system still works because
my installed GL headers have the _EXT variants so I hadn't spotted this
issue.

Could you just remove the _EXT on the lines you are having build issues
with.

I have removed these lines from my Program.cpp so when I've completed my
other changes I'll check them all in.  This should hopefully be in the next
day or two.

Robert.

Robert.

On 8 February 2015 at 20:48, Michael A. Eriksen <erik...@ai.sri.com> wrote:

> Hi,
>
> I get all these compile errors when compiling trunk
>
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(379): error C2065:
> 'GL_GEOMETRY_VERTICES_OUT_EXT' : undeclared identifier
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(379): error C2051: case
> expression not constant
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(383): error C2065:
> 'GL_GEOMETRY_INPUT_TYPE_EXT' : undeclared identifier
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(383): error C2051: case
> expression not constant
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(387): error C2065:
> 'GL_GEOMETRY_OUTPUT_TYPE_EXT' : undeclared identifier
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(387): error C2051: case
> expression not constant
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(404): error C2065:
> 'GL_GEOMETRY_VERTICES_OUT_EXT' : undeclared identifier
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(404): error C2051: case
> expression not constant
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(405): error C2065:
> 'GL_GEOMETRY_INPUT_TYPE_EXT' : undeclared identifier
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(405): error C2051: case
> expression not constant
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(406): error C2065:
> 'GL_GEOMETRY_OUTPUT_TYPE_EXT' : undeclared identifier
> 4>E:\Sandbox\OpenSceneGraph\src\osg\Program.cpp(406): error C2051: case
> expression not constant
>
>
> Thank you!
>
> Cheers,
> Michael
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=62646#62646
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to