+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/osg-3.6.5nb72/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/osg-3.6.5nb72/work.log ===> Building for osg-3.6.5nb72 [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o [ 0%] Linking CXX shared library ../../../lib/libOpenThreads.so [ 0%] Built target OpenThreads [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/os_utils.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/ApplicationUsage.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/ArgumentParser.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Array.cpp.o | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/AttributeDispatchers.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/AudioStream.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/AutoTransform.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AutoTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Billboard.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp: In copy constructor 'osg::AutoTransform::AutoTransform(const osg::AutoTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:43:5: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 43 | _rotation(pat._rotation), | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp: In member function 'osg::Matrixd osg::AutoTransform::computeMatrix(const osg::NodeVisitor*) const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:143:21: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 143 | Quat rotation = _rotation; | ^~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BindImageTexture.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendColor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendEquation.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendColor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendEquationi.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendFunc.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendFunci.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BufferIndexBinding.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquationi:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunci:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferIndexBinding:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BufferObject.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Callback.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Capability.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Camera.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Capability:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/CameraView.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClampColor.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClearNode.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipControl.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClearNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClearNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClampColor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipPlane.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClusterCullingCallback.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/CollectOccludersVisitor.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMask.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMaski.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CollectOccludersVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CollectOccludersVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMatrix.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMask:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMaski:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMatrix.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMatrix.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ComputeBoundsVisitor.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/DispatchCompute.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ContextData.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DispatchCompute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/DispatchCompute.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ConvexPlanarOccluder.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ComputeBoundsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ComputeBoundsVisitor.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ComputeBoundsVisitor.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ContextData:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ContextData.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ConvexPlanarPolygon.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CoordinateSystemNode.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CopyOp.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CullFace.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CullingSet.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CoordinateSystemNode.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CopyOp.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CopyOp.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CullSettings.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadowVolumeOccluder:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CullingSet.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CopyOp.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CullStack.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/DeleteHandler.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClearNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullSettings:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CullSettings.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadowVolumeOccluder:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullStack:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CullStack.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/Depth.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/DepthRangeIndexed.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/DisplaySettings.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/Drawable.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/DepthRangeIndexed.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Depth:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DepthRangeIndexed:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/DepthRangeIndexed.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/DrawPixels.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Drawable.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/dxtctool.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Drawable.cpp: In member function 'void osg::Drawable::setBound(const osg::BoundingBox&) const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Drawable.cpp:625:37: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 625 | _boundingSphere = computeBound(); | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DrawPixels:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/DrawPixels.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/Fog.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/dxtctool.h:44, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/dxtctool.cpp:9: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Fog.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Fog.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/FragmentProgram.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/FrameBufferObject.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/FrameStamp.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/FrontFace.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Geode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/FragmentProgram.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/FragmentProgram.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/FrameBufferObject.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Geometry.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Geode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Geometry.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GLExtensions.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GLObjects.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GLStaticLibrary.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GraphicsCostEstimator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GLObjects.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/VertexProgram:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GLObjects.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GraphicsContext.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GraphicsThread.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsContext.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsContext.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsContext.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsThread:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsThread.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Group.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Hint.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Identifier.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Group.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Group.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Image.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/ImageSequence.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/ImageStream.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Image.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Image.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Image.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ImageSequence.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/ImageUtils.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/KdTree.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ImageStream:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ImageSequence:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ImageSequence.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/KdTree.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ImageUtils.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ImageUtils:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ImageUtils.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/Light.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LightModel.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LightSource.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LineSegment.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/LightModel.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LightModel:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/LightModel.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LightSource:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/LightSource.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LineStipple.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LOD.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LineWidth.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LogicOp.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/Material.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/LOD.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/Math.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/Matrixd.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/MatrixDecomposition.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrixd.cpp:37: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrix_implementation.cpp: In member function 'osg::Quat osg::Matrixd::getRotate() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrix_implementation.cpp:206:12: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 206 | return q; | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrixd.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Material.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Material:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Material.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/Matrixf.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/MatrixTransform.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Multisample.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrixf.cpp:37: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrix_implementation.cpp: In member function 'osg::Quat osg::Matrixf::getRotate() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrix_implementation.cpp:206:12: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 206 | return q; | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrixf.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Node.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/NodeTrackerCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/MatrixTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Node.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Multisample.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Multisample.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/NodeVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeTrackerCallback:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Notify.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Object.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeVisitor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Observer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeVisitor.cpp:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeVisitor.cpp:36: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/ObserverNodePath.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/OccluderNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ObserverNodePath:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Observer.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ObserverNodePath:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ObserverNodePath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/OccluderNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/OccluderNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/OcclusionQueryNode.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/OperationThread.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/PatchParameter.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/PagedLOD.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/OcclusionQueryNode:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/OcclusionQueryNode.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/OcclusionQueryNode:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/OperationThread.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PagedLOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PagedLOD.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PatchParameter.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PatchParameter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PatchParameter.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Point.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/PointSprite.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PolygonMode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Point.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Point.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PointSprite.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PointSprite.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PolygonOffset.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PolygonStipple.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Polytope.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PositionAttitudeTransform.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PrimitiveSet.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PrimitiveSetIndirect.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PrimitiveRestartIndex.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PositionAttitudeTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveSet.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveSet.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Program.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveSetIndirect.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSetIndirect:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveSetIndirect.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveRestartIndex.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveRestartIndex:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveRestartIndex.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Projection.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Program.cpp:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/ProxyNode.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Quat.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ProxyNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ProxyNode.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Projection:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Projection.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Quat.cpp: In member function 'void osg::Quat::slerp(value_type, const osg::Quat&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Quat.cpp:313:24: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 313 | osg::Quat quatTo(to); | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Quat.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Referenced.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/SampleMaski.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Sampler.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Scissor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/SampleMaski.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/SampleMaski:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/SampleMaski.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Sampler:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Sampler.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ScissorIndexed.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ScriptEngine.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Sequence.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShadeModel.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ScissorIndexed.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Depth:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ScissorIndexed:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ScissorIndexed.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ScriptEngine:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ScriptEngine.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Sequence:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Sequence.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Shader.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShaderAttribute.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShaderComposer.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShadowVolumeOccluder.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShaderAttribute.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShaderAttribute:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShaderAttribute.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadowVolumeOccluder:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShadowVolumeOccluder.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadowVolumeOccluder:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShadowVolumeOccluder.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Shader.cpp:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Shape.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShapeDrawable.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Shape.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShapeDrawable:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShapeDrawable.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/StateAttribute.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Shape.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/State.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateAttribute.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateAttribute.cpp:12: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateAttribute.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/StateSet.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/State.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/State.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/State.cpp: In member function 'void osg::State::setUpVertexAttribAlias(osg::VertexAttribAlias&, GLuint, std::string, std::string, const std::string&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/State.cpp:1396:69: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 1396 | alias = VertexAttribAlias(location, glName, osgName, declaration); | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Stats.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateSet.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateSet.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateSet.cpp:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Stencil.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/StencilTwoSided.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StencilTwoSided.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Stencil:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StencilTwoSided:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StencilTwoSided.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Stencil.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Stencil:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Stencil.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Switch.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexEnvCombine.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexEnv.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Switch:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Switch.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnvCombine.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnvCombine.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexGen.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexEnvFilter.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexGenNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnv.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnv.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexMat.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexGenNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexGenNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnvFilter.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnvFilter.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture1D.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture2DArray.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture2D.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureRectangle:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexMat.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexMat:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexMat.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture1D:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture1D.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture1D.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2DArray:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2DArray.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2DArray.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture2DMultisample.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2D.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2D.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture3D.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2DMultisample:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2DMultisample.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2DMultisample.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TextureBuffer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture3D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture3D.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture3D.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TextureCubeMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureBuffer:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TextureBuffer.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TextureRectangle.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TextureCubeMap.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TextureCubeMap.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Timer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureRectangle:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TextureRectangle.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TextureRectangle.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/TransferFunction.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Transform.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Uniform.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/UserDataContainer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Transform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TransferFunction.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Transform.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/ValueMap.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/ValueStack.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Version.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/VertexAttribDivisor.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/VertexArrayState.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/VertexProgram.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexAttribDivisor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/VertexAttribDivisor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexAttribDivisor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexProgram.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexProgram.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexArrayState.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/VertexArrayState:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexArrayState.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/View.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Viewport.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/View.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/ViewportIndexed.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libutil/error.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libutil/mipmap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ViewportIndexed.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Viewport:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ViewportIndexed:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ViewportIndexed.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/error.cpp:32: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/normal.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/memalloc.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/priorityq.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture3D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/mipmap.cpp:33: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/mipmap.cpp:32: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/render.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/mesh.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/tessmono.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/sweep.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/dict.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/geom.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/tess.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libtess/tess.cpp: In function 'void osg::gluTessProperty(GLUtesselator*, GLenum, GLdouble)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libtess/tess.cpp:207:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 207 | switch( windingRule ) { | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libtess/tess.cpp:219:3: note: here 219 | case GLU_TESS_BOUNDARY_ONLY: | ^~~~ [ 11%] Linking CXX shared library ../../lib/libosg.so [ 11%] Built target osg [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/CubeMapGenerator.cpp.o [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/CullVisitor.cpp.o [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/DelaunayTriangulator.cpp.o [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/DisplayRequirementsVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/CullVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DelaunayTriangulator:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/DelaunayTriangulator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DelaunayTriangulator:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/CullVisitor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DisplayRequirementsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/DisplayRequirementsVisitor.cpp:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DisplayRequirementsVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureCubeMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CubeMapGenerator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/CubeMapGenerator.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/DrawElementTypeSimplifier.cpp.o [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/EdgeCollector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DrawElementTypeSimplifier:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/DrawElementTypeSimplifier.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSetIndirect:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/DrawElementTypeSimplifier.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/EdgeCollector:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/EdgeCollector.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/EdgeCollector:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/GLObjectsVisitor.cpp.o [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/HalfWayMapGenerator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/GLObjectsVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/HighlightMapGenerator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/IntersectionVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureCubeMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CubeMapGenerator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/HalfWayMapGenerator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/HalfWayMapGenerator.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureCubeMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CubeMapGenerator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/HighlightMapGenerator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/HighlightMapGenerator.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/IntersectionVisitor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/IntersectVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/IncrementalCompileOperation.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/LineSegmentIntersector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/IntersectVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/LineSegmentIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/LineSegmentIntersector.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/IncrementalCompileOperation.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:151:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 151 | virtual void apply(osg::LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:150:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 150 | virtual void apply(osg::Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:149:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 149 | virtual void apply(osg::Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:148:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 148 | virtual void apply(osg::Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:146:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 146 | virtual void apply(osg::Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:145:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 145 | virtual void apply(osg::Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:144:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 144 | virtual void apply(osg::Drawable&); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:143:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Node&)' was hidden [-Woverloaded-virtual=] 143 | virtual void apply(osg::Node&); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/MeshOptimizers.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp: In member function 'void osgUtil::IndexMeshVisitor::makeMesh(osg::Geometry&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:288:14: warning: implicitly-declared 'osgUtil::{anonymous}::VertexAttribComparitor::VertexAttribComparitor(const osgUtil::{anonymous}::VertexAttribComparitor&)' is deprecated [-Wdeprecated-copy] 288 | std::sort(indices.begin(),indices.end(),arrayComparitor); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:139:29: note: because 'osgUtil::{anonymous}::VertexAttribComparitor' has user-provided 'osgUtil::{anonymous}::VertexAttribComparitor& osgUtil::{anonymous}::VertexAttribComparitor::operator=(const osgUtil::{anonymous}::VertexAttribComparitor&)' 139 | VertexAttribComparitor& operator = (const VertexAttribComparitor&) { return *this; } | ^~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/algorithm:61, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:18: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:4794:19: note: initializing argument 3 of 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator > >; _Compare = osgUtil::{anonymous}::VertexAttribComparitor]' 4794 | _Compare __comp) | ~~~~~~~~~^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp: In member function 'void osgUtil::VertexCacheVisitor::doVertexOptimization(osg::Geometry&, std::vector >&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:834:24: warning: ignoring return value of '_FIter std::remove(_FIter, _FIter, const _Tp&) [with _FIter = __gnu_cxx::__normal_iterator > >; _Tp = unsigned int]', declared with attribute 'nodiscard' [-Wunused-result] 834 | std::remove(vertTriListStore.begin() + vert->triList, | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 835 | vertTriListStore.begin() + vert->triList | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 836 | + vert->numActiveTris, | ~~~~~~~~~~~~~~~~~~~~~~ 837 | triToAddIdx); | ~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:788:5: note: declared here 788 | remove(_ForwardIterator __first, _ForwardIterator __last, | ^~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Optimizer.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PerlinNoise.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PlaneIntersector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Optimizer.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture3D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PerlinNoise:33, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/PerlinNoise.cpp:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PlaneIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/PlaneIntersector.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Optimizer.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Optimizer.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PolytopeIntersector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PolytopeIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/PolytopeIntersector.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PositionalStateContainer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PositionalStateContainer:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/PositionalStateContainer.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Light:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PositionalStateContainer:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderLeaf:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PositionalStateContainer:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PrintVisitor.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RayIntersector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PrintVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/PrintVisitor.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RenderBin.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RenderLeaf.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/StateGraph:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderBin:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/RenderBin.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/StateGraph:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RayIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/RayIntersector.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderLeaf:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/RenderLeaf.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderLeaf:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RenderStage.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/ReversePrimitiveFunctor.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/SceneView.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture1D:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/RenderStage.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/ShaderGen.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/RenderStage.cpp:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SceneView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Simplifier.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Simplifier:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Simplifier.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Simplifier:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TriangleIndexFunctor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Simplifier.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/ShaderGen:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/ShaderGen.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/ShaderGen:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/ShaderGen.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Simplifier.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/SmoothingVisitor.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/SceneGraphBuilder.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/StateGraph.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneGraphBuilder:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SceneGraphBuilder.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SmoothingVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SmoothingVisitor.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SmoothingVisitor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SmoothingVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TriangleFunctor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SmoothingVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/StateGraph:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/StateGraph.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/StateGraph:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SmoothingVisitor.cpp:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Statistics.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TangentSpaceGenerator.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Tessellator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Statistics.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TangentSpaceGenerator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TangentSpaceGenerator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TangentSpaceGenerator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TransformAttributeFunctor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Tessellator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Tessellator.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:32, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Tessellator.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TransformAttributeFunctor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TransformAttributeFunctor.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TransformCallback.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/tristripper/src/tri_stripper.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/include/tri_stripper.h:44, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/src/tri_stripper.cpp:10: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/include/detail/graph_array.h: In instantiation of 'void triangle_stripper::detail::unmark_nodes(graph_array&) [with nodetype = triangle]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/src/tri_stripper.cpp:47:21: required from here 47 | unmark_nodes(m_Triangles); | ~~~~~~~~~~~~^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/include/detail/graph_array.h:449:55: warning: 'std::mem_fun_ref_t<_Ret, _Tp> std::mem_fun_ref(_Ret (_Tp::*)()) [with _Ret = void; _Tp = triangle_stripper::detail::graph_array::node]' is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations] 449 | std::for_each(G.begin(), G.end(), std::mem_fun_ref(&graph_array::node::unmark)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/bits/refwrap.h:39, from /opt/tools/gcc14/include/c++/14.3.0/vector:68, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/include/public_types.h:13, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/include/tri_stripper.h:41: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1380:5: note: declared here 1380 | mem_fun_ref(_Ret (_Tp::*__f)()) | ^~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/tristripper/src/policy.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TransformCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/tristripper/src/connectivity_graph.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TriStripVisitor.cpp.o [ 14%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/UpdateVisitor.cpp.o [ 14%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Version.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/UpdateVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TriStripVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TriStripVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TriangleIndexFunctor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TriStripVisitor:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp: In function 'void indexGeometry(osg::Geometry&, IndexList&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:230:14: warning: implicitly-declared 'VertexAttribComparitor::VertexAttribComparitor(const VertexAttribComparitor&)' is deprecated [-Wdeprecated-copy] 230 | std::sort(vindices.begin(),vindices.end(),arrayComparitor); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:148:29: note: because 'VertexAttribComparitor' has user-provided 'VertexAttribComparitor& VertexAttribComparitor::operator=(const VertexAttribComparitor&)' 148 | VertexAttribComparitor& operator = (const VertexAttribComparitor&) { return *this; } | ^~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/algorithm:61, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:21: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:4794:19: note: initializing argument 3 of 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator > >; _Compare = VertexAttribComparitor]' 4794 | _Compare __comp) | ~~~~~~~~~^~~~~~ [ 14%] Linking CXX shared library ../../lib/libosgUtil.so [ 14%] Built target osgUtil [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Compressors.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/InputStream.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ObjectWrapper.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/OutputStream.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Archive.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/AuthenticationMap.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Callbacks.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ClassInterface.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ConvertBase64.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ConvertUTF.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/DatabasePager.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/DatabaseRevisions.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/DotOsgWrapper.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/DatabasePager.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/DynamicLibrary.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ExternalFileWriter.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Field.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FieldReader.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FieldReaderIterator.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FileCache.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FileNameUtils.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FileUtils.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/fstream.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ImageOptions.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ImagePager.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Input.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/MimeTypes.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ObjectCache.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Output.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Options.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/PluginQuery.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ReaderWriter.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ReadFile.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Registry.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/SharedStateManager.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/StreamOperator.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Version.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/WriteFile.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/XmlParser.cpp.o [ 16%] Linking CXX shared library ../../lib/libosgDB.so [ 16%] Built target osgDB [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/AnisotropicLighting.cpp.o [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/DefaultFont.cpp.o [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/AnimationPathManipulator.cpp.o [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ConnectedParticleSystem.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/AnimationPathManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/AnimationPathManipulator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/AnimationPathManipulator:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/DefaultFont.h:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/DefaultFont.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/AnisotropicLighting:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/AnisotropicLighting.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadowVolumeOccluder:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ConnectedParticleSystem.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ConnectedParticleSystem:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ConnectedParticleSystem.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/GlyphGeometry.cpp.o [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Emitter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/TextBase:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text3D:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/GlyphGeometry.h:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/GlyphGeometry.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/DriveManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/BumpMapping.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/Emitter.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/DriveManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/DriveManipulator.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/BumpMapping:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/BumpMapping.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ExplosionDebrisEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ExplosionDebrisEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ExplosionDebrisEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/Device.cpp.o [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Cartoon.cpp.o [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Font.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventQueue:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/Device:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/Device.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ExplosionEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Cartoon:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Cartoon.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/Event.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Font.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ExplosionEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ExplosionEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/EventHandler.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/EventHandler.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Effect.cpp.o [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FireEffect.cpp.o [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/FadeText.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Effect.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/EventQueue.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/FireEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/FireEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/FadeText:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/FadeText.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventQueue:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/EventQueue.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/MultiTextureControl.cpp.o [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/EventVisitor.cpp.o [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FluidFrictionOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/MultiTextureControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/MultiTextureControl.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Operator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/FluidFrictionOperator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/FluidFrictionOperator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/EventVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventVisitor:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Glyph.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Outline.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Glyph.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Outline:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Outline.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FluidProgram.cpp.o [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/FirstPersonManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/FluidProgram:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/FluidProgram.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Registry.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/FirstPersonManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/FirstPersonManipulator.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 17%] Building CXX object src/osgText/CMakeFiles/osgText.dir/String.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/FirstPersonManipulator.cpp: In copy constructor 'osgGA::FirstPersonManipulator::FirstPersonManipulator(const osgGA::FirstPersonManipulator&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/FirstPersonManipulator.cpp:51:6: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 51 | _rotation( fpm._rotation ), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Registry:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Registry.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 17%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ModularEmitter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/String.cpp: In member function 'look_ahead_iterator look_ahead_iterator::operator++(int)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/String.cpp:33:38: warning: implicitly-declared 'constexpr look_ahead_iterator::look_ahead_iterator(const look_ahead_iterator&)' is deprecated [-Wdeprecated-copy] 33 | look_ahead_iterator tmp(*this); | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/String.cpp:64:26: note: because 'look_ahead_iterator' has user-provided 'look_ahead_iterator& look_ahead_iterator::operator=(const look_ahead_iterator&)' 64 | look_ahead_iterator& operator = (const look_ahead_iterator&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/String.cpp:35:16: warning: implicitly-declared 'constexpr look_ahead_iterator::look_ahead_iterator(const look_ahead_iterator&)' is deprecated [-Wdeprecated-copy] 35 | return tmp; | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/String.cpp:64:26: note: because 'look_ahead_iterator' has user-provided 'look_ahead_iterator& look_ahead_iterator::operator=(const look_ahead_iterator&)' 64 | look_ahead_iterator& operator = (const look_ahead_iterator&) { return *this; } | ^~~~~~~~ [ 17%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Style.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularEmitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ModularEmitter.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 18%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Scribe.cpp.o [ 18%] Building CXX object src/osgText/CMakeFiles/osgText.dir/TextBase.cpp.o [ 18%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/FlightManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/TextBase:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/TextBase.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Scribe:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Scribe.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/FirstPersonManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/FlightManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/FlightManipulator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 18%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ModularProgram.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/TextBase.cpp: In copy constructor 'osgText::TextBase::TextBase(const osgText::TextBase&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/TextBase.cpp:74:5: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 74 | _rotation(textBase._rotation), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ModularProgram.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 18%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/SpecularHighlights.cpp.o [ 18%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/GUIEventAdapter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/SpecularHighlights:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/SpecularHighlights.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 18%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/MultiSegmentPlacer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/GUIEventAdapter.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 18%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Text.cpp.o [ 18%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Particle.cpp.o [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/GUIEventHandler.cpp.o [ 19%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Technique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Text.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/Particle.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/Particle.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/GUIEventHandler.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Technique.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Technique.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ParticleEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Validator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/KeySwitchMatrixManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Validator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Validator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/KeySwitchMatrixManipulator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/KeySwitchMatrixManipulator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleProcessor.cpp.o [ 20%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Text3D.cpp.o [ 20%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Version.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ParticleProcessor.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Linking CXX shared library ../../lib/libosgFX.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/TextBase:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text3D:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Text3D.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 20%] Built target osgFX In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/CameraManipulator.cpp.o [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleSystem.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ComputeBoundsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ParticleSystem.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp: In member function 'virtual void osgGA::CameraManipulator::computeHomePosition(const osg::Camera*, bool)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:88:55: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 88 | else boundingSphere = getNode()->getBound(); | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:93:50: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 93 | boundingSphere = getNode()->getBound(); | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Version.cpp.o [ 20%] Linking CXX shared library ../../lib/libosgText.so [ 20%] Built target osgText [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/DisplacementMappingTechnique.cpp.o [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/MultiTouchTrackballManipulator.cpp.o [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Terrain:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/DisplacementMappingTechnique.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Terrain:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/TrackballManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/MultiTouchTrackballManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/MultiTouchTrackballManipulator.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleSystemUpdater.cpp.o [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/Layer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystemUpdater:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ParticleSystemUpdater.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/NodeTrackerManipulator.cpp.o [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowTexture.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/Layer.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Locator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/NodeTrackerManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/NodeTrackerManipulator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/PrecipitationEffect.cpp.o [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/Locator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/PrecipitationEffect.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/PrecipitationEffect.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Locator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/Locator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowedScene.cpp.o [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/OrbitManipulator.cpp.o [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/TerrainTile.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/PrecipitationEffect.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/OrbitManipulator.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/TerrainTile.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/OrbitManipulator.cpp: In copy constructor 'osgGA::OrbitManipulator::OrbitManipulator(const osgGA::OrbitManipulator&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/OrbitManipulator.cpp:50:6: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 50 | _rotation( om._rotation ), | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowSettings.cpp.o [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/StandardManipulator.cpp.o [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Program.cpp.o [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/SoftShadowMap.cpp.o [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/TerrainTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/StandardManipulator.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/Program.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/StandardManipulator.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/TerrainTechnique.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/SoftShadowMap.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/SmokeEffect.cpp.o [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/Terrain.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SmokeEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/SmokeEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/SphericalManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ParallelSplitShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Terrain:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/Terrain.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/SphericalManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/SphericalManipulator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Terrain:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/SmokeTrailEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SmokeTrailEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/SmokeTrailEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/StateSetManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/GeometryTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StateSetManipulator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/StateSetManipulator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIActionAdapter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StateSetManipulator:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/LineSegmentIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIActionAdapter:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/GeometryTechnique:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryTechnique.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/GeometryTechnique:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Version.cpp.o [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/DomainOperator.cpp.o [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/Version.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryTechnique.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ConvexPolyhedron.cpp.o [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/TerrainManipulator.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryTechnique.cpp: In member function 'void osgTerrain::GeometryTechnique::setFilterMatrix(const osg::Matrix3&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryTechnique.cpp:67:21: warning: implicitly-declared 'osg::Matrix3Template& osg::Matrix3Template::operator=(const osg::Matrix3Template&)' is deprecated [-Wdeprecated-copy] 67 | _filterMatrix = matrix; | ^~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Uniform:251:9: note: because 'osg::Matrix3Template' has user-provided 'osg::Matrix3Template::Matrix3Template(const osg::Matrix3Template&) [with T = float]' 251 | Matrix3Template( const Matrix3Template& mat ) { set(mat.ptr()); } | ^~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/DomainOperator.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/TerrainManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/TerrainManipulator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/BounceOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/BounceOperator.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/GeometryPool.cpp.o [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/TrackballManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/GeometryPool:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryPool.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/TrackballManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/TrackballManipulator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/SinkOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/SinkOperator.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/DebugShadowMap.cpp.o [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/UFOManipulator.cpp.o [ 21%] Linking CXX shared library ../../lib/libosgParticle.so [ 21%] Built target osgParticle [ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AlphaFunc.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/UFOManipulator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/UFOManipulator.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 21%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/Version.cpp.o [ 21%] Linking CXX shared library ../../lib/libosgTerrain.so [ 21%] Built target osgTerrain [ 21%] Building CXX object src/osgWrappers/serializers/osgUtil/CMakeFiles/osgdb_serializers_osgutil.dir/CullVisitor.cpp.o [ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AnimationPath.cpp.o [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/Widget.cpp.o [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/LightSpacePerspectiveShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgUtil/CullVisitor.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/Widget.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/LightSpacePerspectiveShadowMap:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/LightSpacePerspectiveShadowMap.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: warning: 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:50:26: note: by 'virtual void osgShadow::MinimalCullBoundsShadowMap::ViewData::init(osgShadow::MinimalCullBoundsShadowMap::ThisClass*, osgUtil::CullVisitor*)' 50 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ [ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AnimationPathCallback.cpp.o [ 21%] Building CXX object src/osgWrappers/serializers/osgUtil/CMakeFiles/osgdb_serializers_osgutil.dir/UpdateVisitor.cpp.o [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/MinimalCullBoundsShadowMap.cpp.o [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/Version.cpp.o [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/CameraViewSwitchManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraViewSwitchManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraViewSwitchManipulator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Array.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraViewSwitchManipulator:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/MinimalCullBoundsShadowMap.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: warning: 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:50:26: note: by 'virtual void osgShadow::MinimalCullBoundsShadowMap::ViewData::init(osgShadow::MinimalCullBoundsShadowMap::ThisClass*, osgUtil::CullVisitor*)' 50 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ [ 21%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgutil.so [ 21%] Built target osgdb_serializers_osgutil [ 21%] Building CXX object src/osgPlugins/osga/CMakeFiles/osgdb_osga.dir/OSGA_Archive.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osga/OSGA_Archive.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/MinimalDrawBoundsShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Linking CXX shared library ../../lib/libosgGA.so [ 21%] Built target osgGA [ 21%] Building CXX object src/osgPlugins/rot/CMakeFiles/osgdb_rot.dir/ReaderWriterROT.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rot/ReaderWriterROT.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalDrawBoundsShadowMap:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/MinimalDrawBoundsShadowMap.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rot/ReaderWriterROT.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rot/ReaderWriterROT.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rot/ReaderWriterROT.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgPlugins/osga/CMakeFiles/osgdb_osga.dir/ReaderWriterOSGA.cpp.o [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/MinimalShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osga/ReaderWriterOSGA.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_rot.so [ 21%] Built target osgdb_rot [ 21%] Building CXX object src/osgPlugins/scale/CMakeFiles/osgdb_scale.dir/ReaderWriterSCALE.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/MinimalShadowMap.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/scale/ReaderWriterSCALE.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/scale/ReaderWriterSCALE.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/scale/ReaderWriterSCALE.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/scale/ReaderWriterSCALE.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osga.so [ 22%] Built target osgdb_osga [ 22%] Building CXX object src/osgPlugins/trans/CMakeFiles/osgdb_trans.dir/ReaderWriterTRANS.cpp.o [ 22%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/StandardShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trans/ReaderWriterTRANS.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trans/ReaderWriterTRANS.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trans/ReaderWriterTRANS.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trans/ReaderWriterTRANS.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_scale.so [ 22%] Built target osgdb_scale [ 22%] Building CXX object src/osgPlugins/normals/CMakeFiles/osgdb_normals.dir/ReaderWriterNormals.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/normals/ReaderWriterNormals.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReadFile:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/normals/ReaderWriterNormals.cpp:7: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_trans.so [ 22%] Built target osgdb_trans [ 22%] Building CXX object src/osgPlugins/revisions/CMakeFiles/osgdb_revisions.dir/ReaderWriterRevisions.cpp.o [ 22%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ViewDependentShadowTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/revisions/ReaderWriterRevisions.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 22%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AudioSink.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 22%] Building CXX object src/osgPlugins/normals/CMakeFiles/osgdb_normals.dir/Normals.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/normals/Normals.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/normals/Normals.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 22%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AudioStream.cpp.o [ 22%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ViewDependentShadowMap.cpp.o [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_revisions.so [ 22%] Built target osgdb_revisions [ 22%] Building CXX object src/osgPlugins/osg/CMakeFiles/osgdb_osg.dir/ReaderWriterOSG.cpp.o [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_normals.so [ 22%] Built target osgdb_normals [ 22%] Building CXX object src/osgPlugins/glsl/CMakeFiles/osgdb_glsl.dir/ReaderWriterGLSL.cpp.o [ 22%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AutoTransform.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osg/ReaderWriterOSG.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osg/ReaderWriterOSG.cpp:9: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osg/ReaderWriterOSG.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/glsl/ReaderWriterGLSL.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/glsl/ReaderWriterGLSL.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Billboard.cpp.o [ 23%] Building CXX object src/osgPlugins/osg/CMakeFiles/osgdb_osg.dir/ReaderWriterOSG2.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_glsl.so [ 23%] Built target osgdb_glsl [ 23%] Building CXX object src/osgPlugins/rgb/CMakeFiles/osgdb_rgb.dir/ReaderWriterRGB.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osg/ReaderWriterOSG2.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rgb/ReaderWriterRGB.cpp:9: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rgb/ReaderWriterRGB.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 23%] Linking CXX shared library ../../lib/libosgShadow.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Built target osgShadow [ 23%] Building CXX object src/osgPlugins/bmp/CMakeFiles/osgdb_bmp.dir/ReaderWriterBMP.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BindImageTexture.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bmp/ReaderWriterBMP.cpp:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bmp/ReaderWriterBMP.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_rgb.so [ 23%] Built target osgdb_rgb [ 23%] Building CXX object src/osgPlugins/pnm/CMakeFiles/osgdb_pnm.dir/ReaderWriterPNM.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pnm/ReaderWriterPNM.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pnm/ReaderWriterPNM.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osg.so [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_bmp.so [ 23%] Built target osgdb_bmp [ 23%] Built target osgdb_osg [ 23%] Building CXX object src/osgPlugins/tga/CMakeFiles/osgdb_tga.dir/ReaderWriterTGA.cpp.o [ 23%] Building CXX object src/osgPlugins/dds/CMakeFiles/osgdb_dds.dir/ReaderWriterDDS.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendColor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tga/ReaderWriterTGA.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tga/ReaderWriterTGA.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp: In function 'bool WriteDDSFile(const osg::Image*, std::ostream&, bool)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:1082:11: warning: 'void* std::memset(void*, int, size_t)' clearing an object of non-trivial type 'struct DDSURFACEDESC2'; use assignment or value-initialization instead [-Wclass-memaccess] 1082 | memset( &ddsd, 0, sizeof( ddsd ) ); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:149:8: note: 'struct DDSURFACEDESC2' declared here 149 | struct DDSURFACEDESC2 | ^~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:1084:11: warning: 'void* std::memset(void*, int, size_t)' clearing an object of non-trivial type 'struct DDPIXELFORMAT'; use assignment or value-initialization instead [-Wclass-memaccess] 1084 | memset( &ddpf, 0, sizeof( ddpf ) ); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:82:8: note: 'struct DDPIXELFORMAT' declared here 82 | struct DDPIXELFORMAT | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:1090:11: warning: 'void* std::memset(void*, int, size_t)' clearing an object of non-trivial type 'struct DDSCAPS2'; use assignment or value-initialization instead [-Wclass-memaccess] 1090 | memset( &ddsCaps, 0, sizeof( ddsCaps ) ); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:131:9: note: 'struct DDSCAPS2' declared here 131 | struct DDSCAPS2 | ^~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pnm.so [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendEquation.cpp.o [ 23%] Built target osgdb_pnm [ 23%] Building CXX object src/osgPlugins/hdr/CMakeFiles/osgdb_hdr.dir/ReaderWriterHDR.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/hdr/ReaderWriterHDR.cpp:31: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/hdr/ReaderWriterHDR.cpp:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tga.so [ 23%] Built target osgdb_tga [ 23%] Building CXX object src/osgPlugins/dot/CMakeFiles/osgdb_dot.dir/SimpleDotVisitor.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_dds.so [ 23%] Built target osgdb_dds [ 23%] Building CXX object src/osgPlugins/vtf/CMakeFiles/osgdb_vtf.dir/ReaderWriterVTF.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendEquationi.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.h:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/SimpleDotVisitor.h:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/SimpleDotVisitor.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.h:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 23%] Building CXX object src/osgPlugins/hdr/CMakeFiles/osgdb_hdr.dir/hdrloader.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/vtf/ReaderWriterVTF.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/vtf/ReaderWriterVTF.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/hdr/hdrloader.cpp:35: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendFunc.cpp.o [ 23%] Building CXX object src/osgPlugins/dot/CMakeFiles/osgdb_dot.dir/BaseDotVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.h:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.h:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_vtf.so [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendFunci.cpp.o [ 23%] Built target osgdb_vtf [ 23%] Building CXX object src/osgPlugins/ktx/CMakeFiles/osgdb_ktx.dir/ReaderWriterKTX.cpp.o [ 23%] Building CXX object src/osgPlugins/hdr/CMakeFiles/osgdb_hdr.dir/hdrwriter.cpp.o [ 23%] Building CXX object src/osgPlugins/dot/CMakeFiles/osgdb_dot.dir/ReaderWriterDOT.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ktx/ReaderWriterKTX.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ktx/ReaderWriterKTX.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_hdr.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ktx/ReaderWriterKTX.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Built target osgdb_hdr [ 23%] Building CXX object src/osgPlugins/jpeg/CMakeFiles/osgdb_jpeg.dir/EXIF_Orientation.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Box.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/ReaderWriterDOT.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgPlugins/jpeg/CMakeFiles/osgdb_jpeg.dir/ReaderWriterJPEG.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/ReaderWriterDOT.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ktx.so [ 23%] Built target osgdb_ktx [ 23%] Building CXX object src/osgPlugins/jp2/CMakeFiles/osgdb_jp2.dir/ReaderWriterJP2.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BufferData.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_dot.so [ 23%] Built target osgdb_dot [ 23%] Building CXX object src/osgPlugins/exr/CMakeFiles/osgdb_exr.dir/ReaderWriterEXR.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jp2/ReaderWriterJP2.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jp2/ReaderWriterJP2.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_init.h:73, from /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jasper.h:78, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jp2/ReaderWriterJP2.cpp:20: /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_malloc.h: At global scope: /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_malloc.h:131:16: warning: unnecessary parentheses in declaration of 'reserved' [-Wparentheses] 131 | void (*(reserved[4]))(void); | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_malloc.h:131:16: note: remove parentheses 131 | void (*(reserved[4]))(void); | ^~~~~~~~~~~~~ | - - In file included from /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_seq.h:81, from /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_image.h:81, from /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_init.h:74: /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_math.h: In function 'jas_safeui64_t jas_safeui64_from_intmax(intmax_t)': /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_math.h:621:25: warning: comparison of integer expressions of different signedness: 'intmax_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 621 | if (x >= 0 && x <= UINT_LEAST64_MAX) { | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_math.h: In function 'jas_i32_t jas_safeui64_to_i32(jas_safeui64_t, jas_i32_t)': /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_math.h:738:32: warning: comparison of integer expressions of different signedness: 'uint_least64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 738 | if (x.valid && x.value >= JAS_I32_MIN && x.value <= JAS_I32_MAX) { [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_jpeg.so [ 23%] Built target osgdb_jpeg In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgPlugins/gif/CMakeFiles/osgdb_gif.dir/ReaderWriterGIF.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BufferIndexBinding.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gif/ReaderWriterGIF.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gif/ReaderWriterGIF.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_jp2.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Built target osgdb_jp2 [ 23%] Building CXX object src/osgPlugins/png/CMakeFiles/osgdb_png.dir/ReaderWriterPNG.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:45:31: warning: 'Imf_3_3::Int64' is deprecated: use uint64_t [-Wdeprecated-declarations] 45 | virtual Int64 tellg () | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:16: /home/pbulk/build/graphics/osg/work/.buildlink/include/OpenEXR/ImfInt64.h:23:32: note: declared here 23 | typedef IMATH_NAMESPACE::Int64 Int64; | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:49:39: warning: 'Imf_3_3::Int64' is deprecated: use uint64_t [-Wdeprecated-declarations] 49 | virtual void seekg (Int64 pos) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/OpenEXR/ImfInt64.h:23:32: note: declared here 23 | typedef IMATH_NAMESPACE::Int64 Int64; | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:73:31: warning: 'Imf_3_3::Int64' is deprecated: use uint64_t [-Wdeprecated-declarations] 73 | virtual Int64 tellp () | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/OpenEXR/ImfInt64.h:23:32: note: declared here 23 | typedef IMATH_NAMESPACE::Int64 Int64; | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:77:36: warning: 'Imf_3_3::Int64' is deprecated: use uint64_t [-Wdeprecated-declarations] 77 | virtual void seekp (Int64 pos) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/OpenEXR/ImfInt64.h:23:32: note: declared here 23 | typedef IMATH_NAMESPACE::Int64 Int64; | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/png/ReaderWriterPNG.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/png/ReaderWriterPNG.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BufferObject.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_exr.so [ 23%] Built target osgdb_exr [ 23%] Building CXX object src/osgPlugins/tiff/CMakeFiles/osgdb_tiff.dir/ReaderWriterTIFF.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_gif.so [ 23%] Built target osgdb_gif [ 23%] Building CXX object src/osgPlugins/3dc/CMakeFiles/osgdb_3dc.dir/ReaderWriter3DC.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Callback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3dc/ReaderWriter3DC.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_png.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 23%] Built target osgdb_png In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:325:49: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 325 | checkcmap(int n, uint16* r, uint16* g, uint16* b) | ^ In file included from /home/pbulk/build/graphics/osg/work/.buildlink/include/tiffio.h:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:13: /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:325:49: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 325 | checkcmap(int n, uint16* r, uint16* g, uint16* b) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:325:49: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 325 | checkcmap(int n, uint16* r, uint16* g, uint16* b) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:335:92: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 335 | invert_row(unsigned char *ptr, unsigned char *data, int n, int invert, uint16 bitspersample) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:388:71: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 388 | int n, int numSamples, uint16 bitspersample) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:435:71: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 435 | int n, int numSamples, uint16 bitspersample) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:506:39: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 506 | uint16& bitspersample) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: In function 'unsigned char* simage_tiff_load(std::istream&, int&, int&, int&, uint16&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:509:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 509 | uint16 dataType; | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:510:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 510 | uint16 samplesperpixel; | ^~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:511:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 511 | uint16 photometric; | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:512:12: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 512 | uint32 w, h; | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:512:15: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 512 | uint32 w, h; | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:513:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 513 | uint16 config; | ^~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:514:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 514 | uint16* red; | ^~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:515:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 515 | uint16* green; | ^~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:516:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 516 | uint16* blue; | ^~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:519:12: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 519 | uint32 row; | ^~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:732:75: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 732 | if (TIFFReadScanline(in, (tdata_t)(inbuf+s*rowsize), (uint32)row, (tsample_t)s) < 0) | ^~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: In member function 'osgDB::ReaderWriter::ReadResult ReaderWriterTIFF::readTIFStream(std::istream&) const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:796:20: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 796 | uint16 bitspersample_ret = 0; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: In member function 'osgDB::ReaderWriter::WriteResult::WriteStatus ReaderWriterTIFF::writeTIFStream(std::ostream&, const osg::Image&, const osgDB::ReaderWriter::Options*) const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:908:20: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 908 | uint16 photometric; | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:950:20: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 950 | uint32 rowsperstrip = 0; | ^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ [ 23%] Building CXX object src/osgPlugins/curl/CMakeFiles/osgdb_curl.dir/ReaderWriterCURL.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CallbackObject.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tiff.so /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp: In member function 'osgDB::ReaderWriter::WriteResult osg_curl::EasyCurl::write(const std::string&, const std::string&, StreamObject&, const osgDB::ReaderWriter::Options*)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:199:9: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 199 | CURLFORM_COPYNAME, "upload", | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:25: /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2550:3: note: declared here 2550 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:200:9: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 200 | CURLFORM_CONTENTTYPE, mimeType.c_str(), | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2565:3: note: declared here 2565 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:201:9: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 201 | CURLFORM_BUFFER, uploadFileName.c_str(), | ^~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2561:3: note: declared here 2561 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:202:9: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 202 | CURLFORM_BUFFERPTR, postedContent, | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2562:3: note: declared here 2562 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:203:9: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 203 | CURLFORM_BUFFERLENGTH, contentLength, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2563:3: note: declared here 2563 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:198:17: warning: 'CURLFORMcode curl_formadd(curl_httppost**, curl_httppost**, ...)' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 198 | curl_formadd(&post, &last, | ~~~~~~~~~~~~^~~~~~~~~~~~~~ 199 | CURLFORM_COPYNAME, "upload", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 200 | CURLFORM_CONTENTTYPE, mimeType.c_str(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 201 | CURLFORM_BUFFER, uploadFileName.c_str(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 202 | CURLFORM_BUFFERPTR, postedContent, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 203 | CURLFORM_BUFFERLENGTH, contentLength, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 204 | CURLFORM_END); | ~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2625:1: note: declared here 2625 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:207:29: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 207 | curl_easy_setopt(_curl, CURLOPT_HTTPPOST, post); | ^~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:3329:68: note: in definition of macro 'curl_easy_setopt' 3329 | #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) | ^~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1225:21: note: declared here 1225 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1111:40: note: in definition of macro 'CURLOPTDEPRECATED' 1111 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:211:28: warning: 'void curl_formfree(curl_httppost*)' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 211 | if (post) curl_formfree(post); | ~~~~~~~~~~~~~^~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2661:1: note: declared here 2661 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:213:29: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 213 | curl_easy_setopt(_curl, CURLOPT_HTTPPOST, (void *)0); | ^~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:3329:68: note: in definition of macro 'curl_easy_setopt' 3329 | #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) | ^~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1225:21: note: declared here 1225 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1111:40: note: in definition of macro 'CURLOPTDEPRECATED' 1111 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^~ [ 23%] Built target osgdb_tiff [ 23%] Building CXX object src/osgPlugins/gz/CMakeFiles/osgdb_gz.dir/ReaderWriterGZ.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_3dc.so [ 23%] Built target osgdb_3dc [ 23%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/ReaderWriterDirectX.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gz/ReaderWriterGZ.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Camera.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/x/ReaderWriterDirectX.cpp:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/x/ReaderWriterDirectX.cpp:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_curl.so [ 23%] Built target osgdb_curl [ 23%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/OBJWriterNodeVisitor.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_gz.so [ 23%] Built target osgdb_gz In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/OBJWriterNodeVisitor.h:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/OBJWriterNodeVisitor.h:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:32: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 23%] Building CXX object src/osgPlugins/pic/CMakeFiles/osgdb_pic.dir/ReaderWriterPIC.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 23%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/directx.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pic/ReaderWriterPIC.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pic/ReaderWriterPIC.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/mesh.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CameraView.cpp.o [ 23%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/types.cpp.o [ 23%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/ReaderWriterOBJ.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pic.so [ 23%] Built target osgdb_pic [ 23%] Building CXX object src/osgPlugins/stl/CMakeFiles/osgdb_stl.dir/ReaderWriterSTL.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_x.so [ 23%] Built target osgdb_x [ 23%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/ReaderWriter3DS.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/ReaderWriterOBJ.cpp:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/ReaderWriterOBJ.cpp:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/stl/ReaderWriterSTL.cpp:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Capsule.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/ReaderWriterOBJ.cpp:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/ReaderWriterOBJ.cpp:45: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/ReaderWriter3DS.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/ReaderWriter3DS.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/stl/ReaderWriterSTL.cpp:35: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClampColor.cpp.o [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_stl.so [ 24%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/obj.cpp.o [ 24%] Built target osgdb_stl [ 24%] Building CXX object src/osgPlugins/ac/CMakeFiles/osgdb_ac.dir/Exception.cpp.o [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClearNode.cpp.o [ 24%] Building CXX object src/osgPlugins/ac/CMakeFiles/osgdb_ac.dir/Geode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.h:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/WriterNodeVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/Geode.cpp:12: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Material:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/Geode.cpp:11: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/Geode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp: In function 'std::string strip(const std::string&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:41:91: warning: 'std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = int; _Result = int]' is deprecated: use 'std::function' instead [-Wdeprecated-declarations] 41 | result.assign( std::find_if( ss.begin(), ss.end(), std::not1( std::ptr_fun< int, int >( isspace ) ) ), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/string:49, from /opt/tools/gcc14/include/c++/14.3.0/bits/locale_classes.h:40, from /opt/tools/gcc14/include/c++/14.3.0/bits/ios_base.h:41, from /opt/tools/gcc14/include/c++/14.3.0/ios:44, from /opt/tools/gcc14/include/c++/14.3.0/ostream:40, from /opt/tools/gcc14/include/c++/14.3.0/iostream:41, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:14: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1123:5: note: declared here 1123 | ptr_fun(_Result (*__x)(_Arg)) | ^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:41:65: warning: 'constexpr std::unary_negate<_Predicate> std::not1(const _Predicate&) [with _Predicate = pointer_to_unary_function]' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations] 41 | result.assign( std::find_if( ss.begin(), ss.end(), std::not1( std::ptr_fun< int, int >( isspace ) ) ), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1043:5: note: declared here 1043 | not1(const _Predicate& __pred) | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:42:93: warning: 'std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = int; _Result = int]' is deprecated: use 'std::function' instead [-Wdeprecated-declarations] 42 | std::find_if( ss.rbegin(), ss.rend(), std::not1( std::ptr_fun< int, int >( isspace ) ) ).base() ); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1123:5: note: declared here 1123 | ptr_fun(_Result (*__x)(_Arg)) | ^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:42:67: warning: 'constexpr std::unary_negate<_Predicate> std::not1(const _Predicate&) [with _Predicate = pointer_to_unary_function]' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations] 42 | std::find_if( ss.rbegin(), ss.rend(), std::not1( std::ptr_fun< int, int >( isspace ) ) ).base() ); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1043:5: note: declared here 1043 | not1(const _Predicate& __pred) | ^~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterNodeVisitor.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterNodeVisitor.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:32: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullFace:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterNodeVisitor.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClipControl.cpp.o [ 24%] Building CXX object src/osgPlugins/ac/CMakeFiles/osgdb_ac.dir/ac3d.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/ac3d.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/ac3d.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_obj.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 24%] Built target osgdb_obj [ 24%] Building CXX object src/osgPlugins/pov/CMakeFiles/osgdb_pov.dir/POVWriterNodeVisitor.cpp.o [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClipNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/WriterCompareTriangle.cpp.o [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClipPlane.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterCompareTriangle.h:4, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterCompareTriangle.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgPlugins/pov/CMakeFiles/osgdb_pov.dir/ReaderWriterPOV.cpp.o [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ac.so [ 24%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_io.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ComputeBoundsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pov/ReaderWriterPOV.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 24%] Built target osgdb_ac In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pov/ReaderWriterPOV.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/lib3ds/lib3ds_io.c: In function 'void lib3ds_io_setup(Lib3dsIo*)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/lib3ds/lib3ds_io.c:30:23: warning: 'void* std::calloc(size_t, size_t)' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 30 | io->impl = calloc(sizeof(Lib3dsIoImpl), 1); | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/lib3ds/lib3ds_io.c:30:23: note: earlier argument should specify number of elements, later size of each element [ 24%] Building CXX object src/osgPlugins/logo/CMakeFiles/osgdb_logo.dir/ReaderWriterLOGO.cpp.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_atmosphere.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 25%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClusterCullingCallback.cpp.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_background.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_camera.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_chunk.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_chunktable.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_file.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/logo/ReaderWriterLOGO.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_light.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_material.c.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_math.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_matrix.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_mesh.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_node.c.o [ 25%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pov.so [ 25%] Built target osgdb_pov [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_quat.c.o [ 25%] Building CXX object src/osgPlugins/lws/CMakeFiles/osgdb_lws.dir/ReaderWriterLWS.cpp.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_shadow.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_track.c.o [ 25%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ColorMask.cpp.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_util.c.o [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_vector.c.o [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_viewport.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/ReaderWriterLWS.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 26%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_3ds.so [ 26%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_logo.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 26%] Built target osgdb_3ds [ 26%] Built target osgdb_logo [ 26%] Building CXX object src/osgPlugins/md2/CMakeFiles/osgdb_md2.dir/ReaderWriterMD2.cpp.o [ 26%] Building CXX object src/osgPlugins/osgtgz/CMakeFiles/osgdb_osgtgz.dir/ReaderWriterOSGTGZ.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.h:13, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/ReaderWriterLWS.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/md2/ReaderWriterMD2.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 26%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ColorMaski.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/md2/ReaderWriterMD2.cpp:10: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 26%] Building CXX object src/osgPlugins/lws/CMakeFiles/osgdb_lws.dir/SceneLoader.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.h:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.h:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.cpp:11: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 26%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ColorMatrix.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 26%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_md2.so [ 26%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osgtgz.so [ 26%] Built target osgdb_md2 [ 26%] Built target osgdb_osgtgz [ 26%] Building CXX object src/osgPlugins/tgz/CMakeFiles/osgdb_tgz.dir/ReaderWriterTGZ.cpp.o [ 26%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/ReaderWriterBSP.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tgz/ReaderWriterTGZ.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/ReaderWriterBSP.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/ReaderWriterBSP.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 26%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CompositeShape.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 26%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_lws.so [ 26%] Built target osgdb_lws [ 27%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/ReaderWriterMDL.cpp.o [ 27%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/BITSET.cpp.o [ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tgz.so [ 27%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/Q3BSPReader.cpp.o [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ComputeBoundingBoxCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/ReaderWriterMDL.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/ReaderWriterMDL.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 27%] Built target osgdb_tgz [ 27%] Building CXX object src/osgPlugins/ply/CMakeFiles/osgdb_ply.dir/ReaderWriterPLY.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/Q3BSPReader.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/Q3BSPReader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/ReaderWriterPLY.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 27%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/BodyPart.cpp.o [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ComputeBoundingSphereCallback.cpp.o [ 27%] Building CXX object src/osgPlugins/ply/CMakeFiles/osgdb_ply.dir/vertexData.cpp.o [ 27%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/Mesh.cpp.o [ 27%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/Q3BSPLoad.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/vertexData.h:16, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/vertexData.cpp:12: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/vertexData.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 27%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/Model.cpp.o [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Cone.cpp.o [ 27%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPData.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/VVDReader.h:5, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/Model.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/Mesh.h:7, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/Model.h:7, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/Model.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.cpp: In member function 'void bsp::VBSPData::addStaticProp(bsp::StaticPropV4&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.cpp:261:11: warning: 'void* std::memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'struct bsp::StaticProp' from an array of 'struct bsp::StaticPropV4' [-Wclass-memaccess] 261 | memcpy(&newPropV5, &newProp, sizeof(StaticPropV4)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.h:79:8: note: 'struct bsp::StaticProp' declared here 79 | struct StaticProp | ^~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 27%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPEntity.cpp.o [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ConvexHull.cpp.o [ 27%] Building CXX object src/osgPlugins/ply/CMakeFiles/osgdb_ply.dir/plyfile.cpp.o [ 27%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/MDLReader.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPEntity.h:6, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPEntity.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPGeometry.h:7, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPEntity.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/plyfile.cpp:52: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/MDLReader.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/MDLReader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/MDLReader.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ConvexPlanarOccluder.cpp.o [ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ply.so [ 27%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPGeometry.cpp.o [ 27%] Built target osgdb_ply [ 27%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegClocks.cpp.o [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CoordinateSystemNode.cpp.o [ 28%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoderAudio.cpp.o [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/MDLRoot.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPGeometry.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPGeometry.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 28%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoder.cpp.o [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/VTXReader.cpp.o [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CullFace.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/VTXReader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 28%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoderVideo.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 29%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPReader.cpp.o [ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegImageStream.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPReader.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPReader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPReader.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Cylinder.cpp.o [ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegAudioStream.cpp.o [ 29%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/VVDReader.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/VVDReader.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegParameters.cpp.o [ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Depth.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/VVDReader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/ReaderWriterFFmpeg.cpp.o [ 29%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_bsp.so ld: fatal: file CMakeFiles/osgdb_bsp.dir/BITSET.cpp.o: open failed: No such file or directory ld: fatal: file processing errors. No output written to ../../../lib/osgPlugins-3.6.5/osgdb_bsp.so collect2: error: ld returned 1 exit status --- lib/osgPlugins-3.6.5/osgdb_bsp.so --- *** [lib/osgPlugins-3.6.5/osgdb_bsp.so] Error code 1 bmake[2]: stopped making "src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/build" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build bmake[2]: 1 error bmake[2]: stopped making "src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/build" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build --- src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/all --- *** [src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/all] Error code 2 bmake[1]: stopped making "all" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build --- src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/all --- *** [src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/all] Error code 6 bmake[1]: stopped making "all" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AudioStream:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.hpp:13, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ffmpeg/FFmpegDecoder.hpp:5, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp:5, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ --- src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/all --- *** [src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/all] Error code 6 bmake[1]: stopped making "all" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build --- src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/all --- *** [src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/all] Error code 6 bmake[1]: stopped making "all" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build bmake[1]: 4 errors bmake[1]: stopped making "all" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/osg *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/osg