Hi when trying to compile OpenSceneGraph 2.8.3 on my MacBook Pro I get the
errors:

Building CXX object
src/osgWrappers/CMakeFiles/osgwrapper_osg.dir/osg/OcclusionQueryNode.cpp.o
/Users/tonyvasile/source/OpenSceneGraph-2.8.3/src/osgWrappers/osg/OcclusionQueryNode.cpp:
In constructor ‘<unnamed>::reflector30::reflector30()’:
/Users/tonyvasile/source/OpenSceneGraph-2.8.3/src/osgWrappers/osg/OcclusionQueryNode.cpp:155:
error: no matching function for call to
‘osgIntrospection::TypedMethodInfo2<osg::OcclusionQueryNode, bool, const
osg::Camera*, float>::TypedMethodInfo2(std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, <unresolved overloaded
function type>, osgIntrospection::ParameterInfoList&, const
osgIntrospection::MethodInfo::VirtualState&, const char [1], const char
[1])’
/Users/tonyvasile/source/OpenSceneGraph-2.8.3/include/osgIntrospection/TypedMethodInfo:208:
note: candidates are: osgIntrospection::TypedMethodInfo2<C, R, P0,
P1>::TypedMethodInfo2(const std::string&, R (C::*)(P0, P1), const
osgIntrospection::ParameterInfoList&,
osgIntrospection::MethodInfo::VirtualState, std::string, std::string) [with
C = osg::OcclusionQueryNode, R = bool, P0 = const osg::Camera*, P1 = float]
/Users/tonyvasile/source/OpenSceneGraph-2.8.3/include/osgIntrospection/TypedMethodInfo:203:
note:                 osgIntrospection::TypedMethodInfo2<C, R, P0,
P1>::TypedMethodInfo2(const std::string&, R (C::*)(P0, P1)const, const
osgIntrospection::ParameterInfoList&,
osgIntrospection::MethodInfo::VirtualState, std::string, std::string) [with
C = osg::OcclusionQueryNode, R = bool, P0 = const osg::Camera*, P1 = float]
/Users/tonyvasile/source/OpenSceneGraph-2.8.3/include/osgIntrospection/TypedMethodInfo:203:
note:                 osgIntrospection::TypedMethodInfo2<C, R, P0,
P1>::TypedMethodInfo2(const std::string&, R (C::*)(P0, P1)const, const
osgIntrospection::ParameterInfoList&,
osgIntrospection::MethodInfo::VirtualState, std::string, std::string) [with
C = osg::OcclusionQueryNode, R = bool, P0 = const osg::Camera*, P1 = float]
/Users/tonyvasile/source/OpenSceneGraph-2.8.3/include/osgIntrospection/TypedMethodInfo:198:
note:
osgIntrospection::TypedMethodInfo2<osg::OcclusionQueryNode, bool, const
osg::Camera*, float>::TypedMethodInfo2(const
osgIntrospection::TypedMethodInfo2<osg::OcclusionQueryNode, bool, const
osg::Camera*, float>&)
make[2]: ***
[src/osgWrappers/CMakeFiles/osgwrapper_osg.dir/osg/OcclusionQueryNode.cpp.o]
Error 1
make[1]: *** [src/osgWrappers/CMakeFiles/osgwrapper_osg.dir/all] Error 2
make: *** [all] Error 2

I'll have a look at the problems and maybe come up with a solution but if
someone has already seen this problem then any help would be appreciated.

Tony Vasile
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to