Thanks.  Do you expect a 2.3.4 soon?  If not, I'll get together a
2.3.2+changes for us to use for a while.

thanks,
andy


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Robert Osfield
Sent: Friday, January 18, 2008 3:27 PM
To: OpenSceneGraph Submissions
Subject: Re: [osg-submissions] example fixes for Solaris

HI Andy,

I've now merged your fixes to the examples, and removed the const from
the .cpp in ClipNode::setLocalStateSetMode(..), I'm afraid this one
must have slipped through when I did a purge on these const
enum/int/unit types from the headers.  Amazingly this purge was done a
few years back so this error has sat dormant for quite some time,
certainly good to see if fixed now though!

Cheers,
Robert.

On Jan 18, 2008 8:02 PM, Andy Skinner <[EMAIL PROTECTED]>
wrote:
> People mentioned mailing list issues yesterday.  Did my suggested fix
> for some examples for Solaris come through?  These were simple include
> file additions.  If not, I'll send it again.
>
>
> Today I'm having a new problem that happens as I link our app with OSG
> 2.3.2 on Solaris.  I didn't have a problem compiling OSG itself.
>
> I'm having trouble with osg::ClipNode::setLocalStateSetModes(unsigned)
> not being found in linking.  I think it is because the input argument
is
> const in the .cpp file, but not in the header.
>
> The thing being passed into setLocalStateSetModes should resolve as an
> unsigned int.  I think you could either change ClipNode.cpp to not
> define it with const, or ClipNode to add the const.  I'm not attaching
> the change, because I did the latter as an experiment, but think the
> former (remove const from definition) might be right.
>
> andy
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
>
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegr
aph.org
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegr
aph.org
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to