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-openscenegraph.org

Reply via email to