+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/osg-3.6.5nb28/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/osg-3.6.5nb28/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for osg-3.6.5nb28 [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o [ 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/__/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/AlphaFunc.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/os_utils.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/ApplicationUsage.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; } | ^~~~~~~~ [ 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/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): | ^~~~~~~~~~~~~~~~~ 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/Array.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/AttributeDispatchers.cpp.o [ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Billboard.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/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) {} | ^~~~~~~~~~~~~~~~~~ /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; } | ^~~~~~~~ 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; } | ^~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BindImageTexture.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): | ^~~~~~~~~~~~~~~~~ [ 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/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): | ^~~~~~~~~~~~~~~~~ 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/BlendEquation.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendEquationi.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendFunc.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): | ^~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendFunci.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BufferIndexBinding.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BufferObject.cpp.o 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): | ^~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Callback.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Capability.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/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/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): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Camera.cpp.o [ 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClampColor.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): | ^~~~~~~~~~~~~~~~~ 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/ClearNode.cpp.o 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipControl.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipNode.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipPlane.cpp.o 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/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/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) {} | ^~~~~~~~~~~~~~~~~~ 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, [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMaski.cpp.o 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/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): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMatrix.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ComputeBoundsVisitor.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/DispatchCompute.cpp.o 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): | ^~~~~~~~~~~~~~~~~ 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/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; } | ^~~~~~~~ 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/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, 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/ContextData.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/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/ConvexPlanarOccluder.cpp.o [ 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 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): | ^~~~~~~~~~~~~~~~~ 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/CullingSet.cpp.o [ 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CullStack.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/DeleteHandler.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/Depth.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/DepthRangeIndexed.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/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/DisplaySettings.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/Drawable.cpp.o [ 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/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) {} | ^~~~~~~~~~~~~~~~~~ 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/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): | ^~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/Fog.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/FragmentProgram.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/FrameBufferObject.cpp.o 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): | ^~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/FrameStamp.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/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/FrontFace.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Geode.cpp.o [ 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/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; } | ^~~~~~~~ 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/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 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) {} | ^~~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GLStaticLibrary.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GraphicsCostEstimator.cpp.o [ 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/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): | ^~~~~~~~~~~~~~~~~ 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; } | ^~~~~~~~ [ 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 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/Identifier.cpp.o [ 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/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/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/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/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/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/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/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/LineWidth.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LOD.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 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/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; } | ^~~~~~~~ [ 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; } | ^~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Node.cpp.o 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/NodeTrackerCallback.cpp.o 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) {} | ^~~~~~~~~~~~~~~~~~ [ 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/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) {} | ^~~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ 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/Notify.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/Object.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Observer.cpp.o [ 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 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/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/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/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/PagedLOD.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Point.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/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/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): | ^~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/PointSprite.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PolygonMode.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PolygonOffset.cpp.o 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/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 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): | ^~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 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/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/Program.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Projection.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/ProxyNode.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): | ^~~~~~~~~~~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Quat.cpp.o /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 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): | ^~~~~~~~~~~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Scissor.cpp.o [ 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 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/ShadeModel.cpp.o [ 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 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/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): | ^~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShadowVolumeOccluder.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Shape.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 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/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/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/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/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/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/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; } | ^~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/StateAttribute.cpp.o [ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Stats.cpp.o /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): | ^~~~~~~~~~~~~~~~~ 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 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): | ^~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/StencilTwoSided.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Switch.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): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexEnvCombine.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) {} | ^~~~~~~~~~~~~~~~~~ [ 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/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/TexEnvFilter.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/TexGen.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/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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture1D.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture2DArray.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/Texture2D.cpp.o [ 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 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/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/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/TextureCubeMap.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): | ^~~~~~~~~~~~~~~~~ [ 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/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/Timer.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/TransferFunction.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Transform.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/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): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Uniform.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/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/UserDataContainer.cpp.o [ 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 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): | ^~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/VertexProgram.cpp.o [ 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) {} | ^~~~~~~~~~~~~~~~~~ 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/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): | ^~~~~~~~~~~~~~~~~ [ 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/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): | ^~~~~~~~~~~~~~~~~ [ 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/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): | ^~~~~~~~~~~~~~~~~ [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/normal.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/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/memalloc.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/priorityq.cpp.o [ 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/dict.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/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 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/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/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/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/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/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): | ^~~~~~~~~~~~~~~~~ [ 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/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): | ^~~~~~~~~~~~~~~~~ [ 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/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/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) {} | ^~~~~~~~~~~~~~~~~~ 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 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; } | ^~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 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/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): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/HighlightMapGenerator.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/IntersectionVisitor.cpp.o [ 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/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; } | ^~~~~~~~ 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/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; } | ^~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/IncrementalCompileOperation.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): | ^~~~~~~~~~~~~~~~~ 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/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/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/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/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/MeshOptimizers.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): | ^~~~~~~~~~~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ /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/local/gcc12/include/c++/12.2.0/algorithm:61, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:18: /opt/local/gcc12/include/c++/12.2.0/bits/stl_algo.h:4842:19: note: initializing argument 3 of 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator > >; _Compare = osgUtil::{anonymous}::VertexAttribComparitor]' 4842 | _Compare __comp) | ~~~~~~~~~^~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Optimizer.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) {} | ^~~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PerlinNoise.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/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/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/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): | ^~~~~~~~~~~~~~~~~ [ 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/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/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) {} | ^~~~~~~~~~~~~~~~~~ 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; } | ^~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RenderBin.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/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/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) {} | ^~~~~~~~~~~~~~~~~~ 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 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/ReversePrimitiveFunctor.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) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/SceneView.cpp.o [ 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/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) {} | ^~~~~~~~~~~~~~~~~~ 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/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/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; } | ^~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Simplifier.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/SmoothingVisitor.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/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/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/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, 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): | ^~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/SceneGraphBuilder.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/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): | ^~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/StateGraph.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Statistics.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/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; } | ^~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TangentSpaceGenerator.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/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/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) {} | ^~~~~~~~~~~~~~~~~~ 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TransformAttributeFunctor.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TransformCallback.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/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/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) {} | ^~~~~~~~~~~~~~~~~~ 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/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 /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/local/gcc12/include/c++/12.2.0/bits/refwrap.h:39, from /opt/local/gcc12/include/c++/12.2.0/vector:66, 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/local/gcc12/include/c++/12.2.0/bits/stl_function.h:1383:5: note: declared here 1383 | mem_fun_ref(_Ret (_Tp::*__f)()) | ^~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/tristripper/src/policy.cpp.o [ 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/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): | ^~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ /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/local/gcc12/include/c++/12.2.0/algorithm:61, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:21: /opt/local/gcc12/include/c++/12.2.0/bits/stl_algo.h:4842:19: note: initializing argument 3 of 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator > >; _Compare = VertexAttribComparitor]' 4842 | _Compare __comp) | ~~~~~~~~~^~~~~~ [ 14%] Linking CXX shared library ../../lib/libosgUtil.so [ 14%] Built target osgUtil [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ObjectWrapper.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/InputStream.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/OutputStream.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Compressors.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 [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/DynamicLibrary.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Field.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ExternalFileWriter.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 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/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/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/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/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/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/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 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 [ 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/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/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/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/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/osgGA/CMakeFiles/osgGA.dir/Device.cpp.o [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Font.cpp.o [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Cartoon.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): | ^~~~~~~~~~~~~~~~~ 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/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/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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/Event.cpp.o [ 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/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 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/osgText/CMakeFiles/osgText.dir/FadeText.cpp.o [ 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/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/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/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 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/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; } | ^~~~~~~~ [ 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/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/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/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/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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 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/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/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): | ^~~~~~~~~~~~~~~~~ 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; } | ^~~~~~~~ [ 17%] Building CXX object src/osgText/CMakeFiles/osgText.dir/String.cpp.o /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 [ 18%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Scribe.cpp.o [ 18%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/FlightManipulator.cpp.o [ 18%] Building CXX object src/osgText/CMakeFiles/osgText.dir/TextBase.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/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/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/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/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/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/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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-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/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; } | ^~~~~~~~ [ 18%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/SpecularHighlights.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): | ^~~~~~~~~~~~~~~~~ [ 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/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/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/osgFX/CMakeFiles/osgFX.dir/Technique.cpp.o [ 18%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Text.cpp.o [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/GUIEventHandler.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/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/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/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/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/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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/KeySwitchMatrixManipulator.cpp.o [ 19%] 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/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/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/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; } | ^~~~~~~~ [ 19%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Version.cpp.o [ 19%] Linking CXX shared library ../../lib/libosgFX.so [ 19%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Text3D.cpp.o [ 19%] Built target osgFX [ 19%] 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/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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/CameraManipulator.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/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/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, 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/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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 19%] 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 19%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Version.cpp.o [ 19%] Linking CXX shared library ../../lib/libosgText.so [ 19%] Built target osgText [ 19%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowMap.cpp.o [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/MultiTouchTrackballManipulator.cpp.o [ 19%] 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/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; } | ^~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/NodeTrackerManipulator.cpp.o [ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ExplosionEffect.cpp.o [ 19%] 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/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/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; } | ^~~~~~~~ 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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-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) {} | ^~~~~~~~~~~~~~~~~~ [ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FireEffect.cpp.o [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/OrbitManipulator.cpp.o [ 19%] 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/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/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/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/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/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; } | ^~~~~~~~ [ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FluidFrictionOperator.cpp.o [ 19%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowedScene.cpp.o [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/StandardManipulator.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/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/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/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; } | ^~~~~~~~ [ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FluidProgram.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): | ^~~~~~~~~~~~~~~~~ [ 19%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowSettings.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) {} | ^~~~~~~~~~~~~~~~~~ [ 19%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/SoftShadowMap.cpp.o [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/SphericalManipulator.cpp.o [ 19%] 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/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/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/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): | ^~~~~~~~~~~~~~~~~ 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; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.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/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::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.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/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; } | ^~~~~~~~ [ 19%] 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/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; } | ^~~~~~~~ [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/StateSetManipulator.cpp.o [ 19%] 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/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/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; } | ^~~~~~~~ [ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/MultiSegmentPlacer.cpp.o [ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Particle.cpp.o [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/TerrainManipulator.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/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/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; } | ^~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleEffect.cpp.o [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/Version.cpp.o [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ConvexPolyhedron.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; } | ^~~~~~~~ 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/osgGA/CMakeFiles/osgGA.dir/TrackballManipulator.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/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) {} | ^~~~~~~~~~~~~~~~~~ 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/ParticleProcessor.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; } | ^~~~~~~~ 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/osgGA/CMakeFiles/osgGA.dir/UFOManipulator.cpp.o [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/DebugShadowMap.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) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] 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/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/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/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/osgGA/CMakeFiles/osgGA.dir/Widget.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/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): | ^~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/LightSpacePerspectiveShadowMap.cpp.o [ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleSystemUpdater.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/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; } | ^~~~~~~~ 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/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; } | ^~~~~~~~ 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; } | ^~~~~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/MinimalCullBoundsShadowMap.cpp.o [ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/PrecipitationEffect.cpp.o [ 21%] Linking CXX shared library ../../lib/libosgGA.so 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): | ^~~~~~~~~~~~~~~~~ [ 21%] Built target osgGA 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) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/DisplacementMappingTechnique.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): | ^~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/MinimalDrawBoundsShadowMap.cpp.o [ 21%] 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/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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Program.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/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/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/Locator.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/SmokeEffect.cpp.o [ 21%] 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/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; } | ^~~~~~~~ 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/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/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): | ^~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/StandardShadowMap.cpp.o [ 21%] 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; } | ^~~~~~~~ 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/TerrainTechnique.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/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/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; } | ^~~~~~~~ [ 21%] 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/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): | ^~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Version.cpp.o [ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/DomainOperator.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/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): | ^~~~~~~~~~~~~~~~~ [ 21%] 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/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/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/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; } | ^~~~~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ViewDependentShadowMap.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/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): | ^~~~~~~~~~~~~~~~~ [ 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/GeometryTechnique.cpp.o [ 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/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): | ^~~~~~~~~~~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ /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()); } | ^~~~~~~~~~~~~~~ [ 21%] Linking CXX shared library ../../lib/libosgParticle.so [ 21%] Linking CXX shared library ../../lib/libosgShadow.so [ 21%] Built target osgParticle [ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AlphaFunc.cpp.o [ 21%] Built target osgShadow [ 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/osgTerrain/CMakeFiles/osgTerrain.dir/GeometryPool.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; } | ^~~~~~~~ [ 21%] Building CXX object src/osgWrappers/serializers/osgUtil/CMakeFiles/osgdb_serializers_osgutil.dir/UpdateVisitor.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) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AnimationPathCallback.cpp.o [ 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 [ 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/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): | ^~~~~~~~~~~~~~~~~ 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/Version.cpp.o [ 21%] Linking CXX shared library ../../lib/libosgTerrain.so [ 21%] Built target osgTerrain [ 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/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 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/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 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; } | ^~~~~~~~ [ 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/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): | ^~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 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 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; } | ^~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 22%] Building CXX object src/osgPlugins/normals/CMakeFiles/osgdb_normals.dir/Normals.cpp.o [ 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/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): | ^~~~~~~~~~~~~~~~~ [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_revisions.so [ 22%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AudioStream.cpp.o [ 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 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; } | ^~~~~~~~ [ 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 22%] Building CXX object src/osgPlugins/osg/CMakeFiles/osgdb_osg.dir/ReaderWriterOSG2.cpp.o [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_glsl.so 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; } | ^~~~~~~~ [ 22%] Built target osgdb_glsl [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Billboard.cpp.o [ 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/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; } | ^~~~~~~~ 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/BindImageTexture.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_rgb.so [ 23%] Built target osgdb_rgb [ 23%] Building CXX object src/osgPlugins/bmp/CMakeFiles/osgdb_bmp.dir/ReaderWriterBMP.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osg.so [ 23%] Built target osgdb_osg 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; } | ^~~~~~~~ [ 23%] Building CXX object src/osgPlugins/pnm/CMakeFiles/osgdb_pnm.dir/ReaderWriterPNM.cpp.o /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) {} | ^~~~~~~~~~~~~~~~~~ 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%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendColor.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_bmp.so [ 23%] Built target osgdb_bmp [ 23%] Building CXX object src/osgPlugins/dds/CMakeFiles/osgdb_dds.dir/ReaderWriterDDS.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pnm.so [ 23%] Built target osgdb_pnm [ 23%] Building CXX object src/osgPlugins/tga/CMakeFiles/osgdb_tga.dir/ReaderWriterTGA.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/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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendEquation.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) {} | ^~~~~~~~~~~~~~~~~~ /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 | ^~~~~~~~ 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/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/BlendEquationi.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/hdr/CMakeFiles/osgdb_hdr.dir/ReaderWriterHDR.cpp.o [ 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 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): | ^~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 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 [ 23%] Building CXX object src/osgPlugins/hdr/CMakeFiles/osgdb_hdr.dir/hdrloader.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendFunci.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/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/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; } | ^~~~~~~~ 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/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/Box.cpp.o [ 23%] Building CXX object src/osgPlugins/dot/CMakeFiles/osgdb_dot.dir/ReaderWriterDOT.cpp.o [ 23%] Building CXX object src/osgPlugins/hdr/CMakeFiles/osgdb_hdr.dir/hdrwriter.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) {} | ^~~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_hdr.so [ 23%] Built target osgdb_hdr [ 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/BufferData.cpp.o [ 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_dot.so [ 23%] Built target osgdb_dot [ 23%] Building CXX object src/osgPlugins/ktx/CMakeFiles/osgdb_ktx.dir/ReaderWriterKTX.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%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BufferObject.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/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%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_vtf.so [ 23%] Built target osgdb_vtf [ 23%] Building CXX object src/osgPlugins/jpeg/CMakeFiles/osgdb_jpeg.dir/EXIF_Orientation.cpp.o [ 23%] Building CXX object src/osgPlugins/jpeg/CMakeFiles/osgdb_jpeg.dir/ReaderWriterJPEG.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Callback.cpp.o [ 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 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): | ^~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 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_jpeg.so [ 23%] Built target osgdb_jpeg [ 23%] Building CXX object src/osgPlugins/exr/CMakeFiles/osgdb_exr.dir/ReaderWriterEXR.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_jp2.so [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Camera.cpp.o [ 23%] Built target osgdb_jp2 [ 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/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) {} | ^~~~~~~~~~~~~~~~~~ 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; } | ^~~~~~~~ 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; } | ^~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ /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_1::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_1::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_1::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_1::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; | ^~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_exr.so [ 23%] Built target osgdb_exr [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_gif.so [ 23%] Building CXX object src/osgPlugins/png/CMakeFiles/osgdb_png.dir/ReaderWriterPNG.cpp.o [ 23%] Built target osgdb_gif [ 23%] Building CXX object src/osgPlugins/tiff/CMakeFiles/osgdb_tiff.dir/ReaderWriterTIFF.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CameraView.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/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/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): | ^~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ /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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:84:38: note: declared here 84 | 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:84:38: note: declared here 84 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:84:38: note: declared here 84 | 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:84:38: note: declared here 84 | 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:81:38: note: declared here 81 | 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:81:38: note: declared here 81 | 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:84:38: note: declared here 84 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Capsule.cpp.o [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_png.so [ 24%] Built target osgdb_png [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tiff.so [ 24%] Building CXX object src/osgPlugins/3dc/CMakeFiles/osgdb_3dc.dir/ReaderWriter3DC.cpp.o [ 24%] Built target osgdb_tiff [ 24%] 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/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) {} | ^~~~~~~~~~~~~~~~~~ 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/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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-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) {} | ^~~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClampColor.cpp.o /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:2495:3: note: declared here 2495 | 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:2510:3: note: declared here 2510 | 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:2506:3: note: declared here 2506 | 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:2507:3: note: declared here 2507 | 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:2508:3: note: declared here 2508 | 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:2570:1: note: declared here 2570 | 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:3201:68: note: in definition of macro 'curl_easy_setopt' 3201 | #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) | ^~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1195:21: note: declared here 1195 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1081:40: note: in definition of macro 'CURLOPTDEPRECATED' 1081 | #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:2606:1: note: declared here 2606 | 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:3201:68: note: in definition of macro 'curl_easy_setopt' 3201 | #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) | ^~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1195:21: note: declared here 1195 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1081:40: note: in definition of macro 'CURLOPTDEPRECATED' 1081 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClearNode.cpp.o [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_3dc.so [ 24%] Built target osgdb_3dc [ 24%] Building CXX object src/osgPlugins/gz/CMakeFiles/osgdb_gz.dir/ReaderWriterGZ.cpp.o [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_curl.so [ 24%] Built target osgdb_curl [ 24%] 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) {} | ^~~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClipControl.cpp.o [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_gz.so [ 24%] Built target osgdb_gz [ 24%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/OBJWriterNodeVisitor.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/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; } | ^~~~~~~~ [ 24%] 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/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): | ^~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/mesh.cpp.o [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClipPlane.cpp.o [ 24%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/types.cpp.o [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_x.so [ 24%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/ReaderWriterOBJ.cpp.o [ 24%] Built target osgdb_x [ 24%] Building CXX object src/osgPlugins/pic/CMakeFiles/osgdb_pic.dir/ReaderWriterPIC.cpp.o [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClusterCullingCallback.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/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/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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.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%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pic.so [ 24%] Built target osgdb_pic [ 24%] Building CXX object src/osgPlugins/stl/CMakeFiles/osgdb_stl.dir/ReaderWriterSTL.cpp.o [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ColorMask.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/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; } | ^~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/obj.cpp.o [ 24%] 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/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) {} | ^~~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ /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/local/gcc12/include/c++/12.2.0/string:48, from /opt/local/gcc12/include/c++/12.2.0/bits/locale_classes.h:40, from /opt/local/gcc12/include/c++/12.2.0/bits/ios_base.h:41, from /opt/local/gcc12/include/c++/12.2.0/ios:42, from /opt/local/gcc12/include/c++/12.2.0/ostream:38, from /opt/local/gcc12/include/c++/12.2.0/iostream:39, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:14: /opt/local/gcc12/include/c++/12.2.0/bits/stl_function.h:1126:5: note: declared here 1126 | 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/local/gcc12/include/c++/12.2.0/bits/stl_function.h:1046:5: note: declared here 1046 | 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/local/gcc12/include/c++/12.2.0/bits/stl_function.h:1126:5: note: declared here 1126 | 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/local/gcc12/include/c++/12.2.0/bits/stl_function.h:1046:5: note: declared here 1046 | not1(const _Predicate& __pred) | ^~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ColorMatrix.cpp.o [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_stl.so [ 24%] Built target osgdb_stl [ 24%] 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/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; } | ^~~~~~~~ [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_obj.so [ 24%] Built target osgdb_obj 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/ac/CMakeFiles/osgdb_ac.dir/Exception.cpp.o [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CompositeShape.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ComputeBoundingBoxCallback.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) {} | ^~~~~~~~~~~~~~~~~~ [ 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/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; } | ^~~~~~~~ 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ComputeBoundingSphereCallback.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/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/Cone.cpp.o [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ConvexHull.cpp.o [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ac.so [ 24%] Built target osgdb_ac [ 24%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/WriterCompareTriangle.cpp.o [ 24%] Building CXX object src/osgPlugins/pov/CMakeFiles/osgdb_pov.dir/POVWriterNodeVisitor.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/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/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): | ^~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ConvexPlanarOccluder.cpp.o [ 24%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_io.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_atmosphere.c.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 [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_light.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_material.c.o [ 25%] Building CXX object src/osgPlugins/pov/CMakeFiles/osgdb_pov.dir/ReaderWriterPOV.cpp.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_math.c.o [ 26%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CoordinateSystemNode.cpp.o [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_matrix.c.o [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_mesh.c.o [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_node.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) {} | ^~~~~~~~~~~~~~~~~~ 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; } | ^~~~~~~~ [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_quat.c.o [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_shadow.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): | ^~~~~~~~~~~~~~~~~ [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_track.c.o [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_util.c.o [ 27%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_vector.c.o [ 27%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_viewport.c.o [ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_3ds.so [ 27%] Built target osgdb_3ds [ 27%] Building CXX object src/osgPlugins/logo/CMakeFiles/osgdb_logo.dir/ReaderWriterLOGO.cpp.o [ 27%] 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/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; } | ^~~~~~~~ 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%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pov.so [ 27%] Built target osgdb_pov [ 27%] Building CXX object src/osgPlugins/lws/CMakeFiles/osgdb_lws.dir/ReaderWriterLWS.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/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; } | ^~~~~~~~ [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Cylinder.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/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; } | ^~~~~~~~ [ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_logo.so [ 27%] Built target osgdb_logo [ 27%] Building CXX object src/osgPlugins/md2/CMakeFiles/osgdb_md2.dir/ReaderWriterMD2.cpp.o [ 27%] 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/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) {} | ^~~~~~~~~~~~~~~~~~ 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; } | ^~~~~~~~ [ 27%] 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/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/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; } | ^~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/DispatchCompute.cpp.o [ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_md2.so [ 27%] Built target osgdb_md2 [ 27%] 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/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; } | ^~~~~~~~ [ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_lws.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): | ^~~~~~~~~~~~~~~~~ [ 27%] Built target osgdb_lws [ 27%] Building CXX object src/osgPlugins/tgz/CMakeFiles/osgdb_tgz.dir/ReaderWriterTGZ.cpp.o [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/DrawIndirectBufferObject.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/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%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osgtgz.so [ 27%] Built target osgdb_osgtgz [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/DrawPixels.cpp.o [ 27%] 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/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; } | ^~~~~~~~ [ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tgz.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/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%] Built target osgdb_tgz [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/ReaderWriterMDL.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; } | ^~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Drawable.cpp.o [ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/BITSET.cpp.o [ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/Q3BSPReader.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/BodyPart.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/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/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): | ^~~~~~~~~~~~~~~~~ [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/Mesh.cpp.o [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ElementBufferObject.cpp.o [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/Model.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): | ^~~~~~~~~~~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/Q3BSPLoad.cpp.o [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/EllipsoidModel.cpp.o [ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPData.cpp.o [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/MDLReader.cpp.o /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 | ^~~~~~~~~~ [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Fog.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/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; } | ^~~~~~~~ [ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPEntity.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): | ^~~~~~~~~~~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ 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): | ^~~~~~~~~~~~~~~~~ [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/FragmentProgram.cpp.o [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/MDLRoot.cpp.o [ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPGeometry.cpp.o [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/VTXReader.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; } | ^~~~~~~~ [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/FrontFace.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): | ^~~~~~~~~~~~~~~~~ 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; } | ^~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Geode.cpp.o [ 29%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPReader.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/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) {} | ^~~~~~~~~~~~~~~~~~ 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; } | ^~~~~~~~ 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/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Geometry.cpp.o [ 29%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_mdl.so [ 29%] Built target osgdb_mdl [ 29%] Building CXX object src/osgPlugins/ply/CMakeFiles/osgdb_ply.dir/ReaderWriterPLY.cpp.o [ 29%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_bsp.so [ 29%] Built target osgdb_bsp [ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegClocks.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/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; } | ^~~~~~~~ [ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoderAudio.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) {} | ^~~~~~~~~~~~~~~~~~ [ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoder.cpp.o [ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Group.cpp.o [ 29%] Building CXX object src/osgPlugins/ply/CMakeFiles/osgdb_ply.dir/vertexData.cpp.o [ 29%] 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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 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/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): | ^~~~~~~~~~~~~~~~~ [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/HeightField.cpp.o [ 30%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegAudioStream.cpp.o [ 30%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegParameters.cpp.o [ 30%] Building CXX object src/osgPlugins/ply/CMakeFiles/osgdb_ply.dir/plyfile.cpp.o [ 30%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/ReaderWriterFFmpeg.cpp.o [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Hint.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/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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Image.cpp.o [ 30%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ply.so [ 30%] Built target osgdb_ply [ 31%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ffmpeg.so [ 31%] Building CXX object src/osgPlugins/zip/CMakeFiles/osgdb_zip.dir/unzip.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.cpp: In member function 'ZRESULT TUnzip::Find(const TCHAR*, bool, int*, ZIPENTRY*)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.cpp:4188:26: warning: 'void* std::memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ZIPENTRY'; use assignment or value-initialization instead [-Wclass-memaccess] 4188 | if (ze!=NULL) {memset(ze,0,sizeof(ZIPENTRY)); ze->index=-1;} | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.cpp:121: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.h:78:8: note: 'struct ZIPENTRY' declared here 78 | struct ZIPENTRY | ^~~~~~~~ [ 31%] Built target osgdb_ffmpeg [ 31%] Building CXX object src/osgPlugins/pvr/CMakeFiles/osgdb_pvr.dir/ReaderWriterPVR.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.cpp: In function 'unsigned int FormatZipMessageU(ZRESULT, TCHAR*, unsigned int)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.cpp:4461:10: warning: 'char* std::strncpy(char*, const char*, size_t)' output may be truncated copying between 0 and 53 bytes from a string of length 53 [-Wstringop-truncation] 4461 | strncpy(buf,msg,n); | ~~~~~~~^~~~~~~~~~~ [ 31%] Building CXX object src/osgPlugins/zip/CMakeFiles/osgdb_zip.dir/ZipArchive.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/pvr/ReaderWriterPVR.cpp:10: /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/pvr/ReaderWriterPVR.cpp:7: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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): | ^~~~~~~~~~~~~~~~~ [ 31%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ImageSequence.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/zip/ZipArchive.h:4, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/ZipArchive.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) {} | ^~~~~~~~~~~~~~~~~~ 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/zip/ZipArchive.h: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/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): | ^~~~~~~~~~~~~~~~~ [ 32%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pvr.so [ 32%] Built target osgdb_pvr [ 32%] Building CXX object src/osgPlugins/trk/CMakeFiles/osgdb_trk.dir/ReaderWriterTRK.cpp.o [ 32%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_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/osgPlugins/trk/ReaderWriterTRK.cpp:5: /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): | ^~~~~~~~~~~~~~~~~ [ 32%] Building CXX object src/osgPlugins/zip/CMakeFiles/osgdb_zip.dir/ReaderWriterZIP.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/zip/ReaderWriterZIP.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/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/ReaderWriterZIP.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/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): | ^~~~~~~~~~~~~~~~~ [ 32%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LOD.cpp.o [ 32%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_trk.so [ 32%] Built target osgdb_trk [ 32%] Building CXX object src/osgPlugins/tf/CMakeFiles/osgdb_tf.dir/ReaderWriterTF.cpp.o [ 33%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_zip.so ld: warning: symbol 'inflate_copyright' has differing sizes: (file CMakeFiles/osgdb_zip.dir/unzip.cpp.o value=0x2f; file /home/pbulk/build/graphics/osg/work/.buildlink/lib/libz.so value=0x30); CMakeFiles/osgdb_zip.dir/unzip.cpp.o definition taken [ 33%] Built target osgdb_zip [ 33%] Building CXX object src/osgPlugins/lua/CMakeFiles/osgdb_lua.dir/LuaScriptEngine.cpp.o [ 33%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LibraryWrapper.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/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tf/ReaderWriterTF.cpp:7: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-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/osgPlugins/tf/ReaderWriterTF.cpp:10: /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/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/osgPlugins/lua/LuaScriptEngine.h:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.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/osgDB/InputStream:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Serializer:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ObjectWrapper:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h: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, 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/ClassInterface: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): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h: In instantiation of 'bool lua::SerializerScratchPad::get(T&) const [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:2794:25: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:74:15: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 74 | t = *(reinterpret_cast(data)); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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/lua/LuaScriptEngine.h: In instantiation of 'bool lua::SerializerScratchPad::get(T&) const [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:2804:25: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:74:15: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 74 | t = *(reinterpret_cast(data)); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3d]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h: In instantiation of 'bool lua::SerializerScratchPad::set(const T&) [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:3042:25: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:56:43: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 56 | *(reinterpret_cast(data)) = t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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/lua/LuaScriptEngine.h: In instantiation of 'bool lua::SerializerScratchPad::set(const T&) [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:3052:25: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:56:43: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 56 | *(reinterpret_cast(data)) = t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3d]' 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/ValueMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'bool osg::Object::getUserValue(const std::string&, T&) const [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:228:37: required from 'bool osgDB::ClassInterface::getProperty(const osg::Object*, const std::string&, T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:2510:32: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:366:15: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 366 | value = uvo->getValue(); | ~~~~~~^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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/ValueObject: In instantiation of 'bool osg::Object::getUserValue(const std::string&, T&) const [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:228:37: required from 'bool osgDB::ClassInterface::getProperty(const osg::Object*, const std::string&, T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:2520:32: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:366:15: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 366 | value = uvo->getValue(); | ~~~~~~^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3d]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'osg::TemplateValueObject::TemplateValueObject(const std::string&, const T&) [with T = osg::Quat; std::string = std::__cxx11::basic_string]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:247:46: required from 'osg::Object* lua::LuaScriptEngine::getValueObject(int) const [with T = osg::Quat]' /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:3869:81: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:296:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 296 | _value(value) {} | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 33%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tf.so /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'void osg::TemplateValueObject::setValue(const T&) [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:395:26: required from 'void osg::Object::setUserValue(const std::string&, const T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:238:29: required from 'bool osgDB::ClassInterface::setProperty(osg::Object*, const std::string&, const T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:3327:32: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:308:48: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 308 | void setValue(const T& value) { _value = value; } | ~~~~~~~^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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/ValueObject: In instantiation of 'void osg::TemplateValueObject::setValue(const T&) [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:395:26: required from 'void osg::Object::setUserValue(const std::string&, const T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:238:29: required from 'bool osgDB::ClassInterface::setProperty(osg::Object*, const std::string&, const T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:3337:32: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:308:48: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 308 | void setValue(const T& value) { _value = value; } | ~~~~~~~^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3d]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 33%] Built target osgdb_tf [ 34%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/AlphaFunc.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'osg::TemplateValueObject::TemplateValueObject(const osg::TemplateValueObject&, osg::CopyOp) [with T = osg::Quat]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:303:68: required from 'osg::Object* osg::TemplateValueObject::clone(const osg::CopyOp&) const [with T = osg::Quat]' /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:303:25: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:300:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 300 | _value(rhs._value) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 34%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Light.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/osgWrappers/deprecated-dotosg/osg/AlphaFunc.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/AlphaFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/AlphaFunc.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, 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) {} | ^~~~~~~~~~~~~~~~~~ [ 34%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LightModel.cpp.o [ 34%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/AnimationPath.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/osgWrappers/deprecated-dotosg/osg/AnimationPath.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; } | ^~~~~~~~ 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/src/osgWrappers/deprecated-dotosg/osg/AnimationPath.cpp:3: /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/src/osgPlugins/lua/LuaScriptEngine.cpp: In function 'int callStateSetGet(lua_State*)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:970:68: warning: 'this' pointer is null [-Wnonnull] 970 | OSG_NOTICE<<"Warning: StateSet:get("<className()<<") Could not find uniform"<& 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/AutoTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/AutoTransform.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/osgWrappers/deprecated-dotosg/osg/AutoTransform.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; } | ^~~~~~~~ [ 34%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LineStipple.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): | ^~~~~~~~~~~~~~~~~ [ 34%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_lua.so [ 34%] Built target osgdb_lua [ 34%] Building CXX object applications/osgversion/CMakeFiles/application_osgversion.dir/osgversion.cpp.o [ 34%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LineWidth.cpp.o [ 34%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Billboard.cpp.o [ 35%] Linking CXX executable ../../bin/osgversion [ 35%] Built target application_osgversion [ 35%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/AnisotropicLighting.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/osgWrappers/deprecated-dotosg/osg/Billboard.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/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/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): | ^~~~~~~~~~~~~~~~~ [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LogicOp.cpp.o [ 35%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/BlendColor.cpp.o [ 35%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/BumpMapping.cpp.o [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Material.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/osgWrappers/deprecated-dotosg/osg/BlendColor.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/BlendColor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/BlendColor.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, 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/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/BlendColor.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) {} | ^~~~~~~~~~~~~~~~~~ [ 35%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/BlendEquation.cpp.o [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/MatrixTransform.cpp.o [ 35%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Cartoon.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/osgWrappers/deprecated-dotosg/osg/BlendEquation.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/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/BlendEquation.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, 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) {} | ^~~~~~~~~~~~~~~~~~ [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Multisample.cpp.o [ 35%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/BlendFunc.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/osgWrappers/deprecated-dotosg/osg/BlendFunc.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/osgWrappers/deprecated-dotosg/osg/BlendFunc.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; } | ^~~~~~~~ [ 35%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Effect.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Node.cpp.o [ 36%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Box.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Box.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; } | ^~~~~~~~ [ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/NodeCallback.cpp.o [ 36%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/LibraryWrapper.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/src/osgWrappers/deprecated-dotosg/osg/Box.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/NodeTrackerCallback.cpp.o [ 36%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Camera.cpp.o [ 36%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/MultiTextureControl.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/src/osgWrappers/deprecated-dotosg/osg/Camera.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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-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/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/osgWrappers/deprecated-dotosg/osg/Camera.cpp:5: /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; } | ^~~~~~~~ [ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/NodeVisitor.cpp.o [ 36%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Outline.cpp.o [ 36%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/CameraView.cpp.o [ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Object.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/osgWrappers/deprecated-dotosg/osg/CameraView.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/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; } | ^~~~~~~~ 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/osgWrappers/deprecated-dotosg/osg/CameraView.cpp:5: /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/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): | ^~~~~~~~~~~~~~~~~ [ 37%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Scribe.cpp.o [ 37%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Capsule.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/OccluderNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Capsule.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; } | ^~~~~~~~ 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/osgWrappers/deprecated-dotosg/osg/Capsule.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/OcclusionQueryNode.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/SpecularHighlights.cpp.o [ 37%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClearNode.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/osgWrappers/deprecated-dotosg/osg/ClearNode.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/osgWrappers/deprecated-dotosg/osg/ClearNode.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, 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): | ^~~~~~~~~~~~~~~~~ [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PagedLOD.cpp.o [ 37%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgfx.so [ 37%] Built target osgdb_serializers_osgfx [ 37%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Block.cpp.o [ 37%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClipControl.cpp.o [ 38%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Clip.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/osgWrappers/deprecated-dotosg/osg/ClipControl.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/ClipControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClipControl.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; } | ^~~~~~~~ [ 38%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Converter.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 38%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PatchParameter.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/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.h:12, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Unit.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Layer.h:13, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Object.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Converter.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Converter.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/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/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h: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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 38%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClipNode.cpp.o [ 38%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Point.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/ClipNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClipNode.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/osgWrappers/deprecated-dotosg/osg/ClipNode.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, 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): | ^~~~~~~~~~~~~~~~~ [ 38%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PointSprite.cpp.o [ 38%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClipPlane.cpp.o [ 38%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Object.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/osgWrappers/deprecated-dotosg/osg/ClipPlane.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/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipPlane:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClipPlane.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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, 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/ClipPlane: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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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) {} | ^~~~~~~~~~~~~~~~~~ [ 38%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PolygonMode.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/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.h:12, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Unit.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Layer.h:13, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Object.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Object.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/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/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h: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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 39%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClusterCullingCallback.cpp.o [ 39%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PolygonOffset.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/osgWrappers/deprecated-dotosg/osg/ClusterCullingCallback.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; } | ^~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 39%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/old_lw.cpp.o [ 39%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PolygonStipple.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/lwo/old_lw.cpp:28: /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; } | ^~~~~~~~ [ 39%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ColorMask.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/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/osgWrappers/deprecated-dotosg/osg/ColorMask.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/ColorMask:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ColorMask.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, 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) {} | ^~~~~~~~~~~~~~~~~~ [ 39%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PositionAttitudeTransform.cpp.o [ 39%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Polygon.cpp.o [ 39%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ColorMatrix.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/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.h:12, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.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/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/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h: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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 39%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PrimitiveRestartIndex.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/osgWrappers/deprecated-dotosg/osg/ColorMatrix.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/osg/ColorMatrix:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ColorMatrix.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, 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, 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/ColorMatrix: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) {} | ^~~~~~~~~~~~~~~~~~ [ 39%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/ReaderWriterLWO.cpp.o [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PrimitiveSet.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/ReaderWriterLWO.cpp:24: /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/lwo/ReaderWriterLWO.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/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): | ^~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/CompositeShape.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CompositeShape.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; } | ^~~~~~~~ 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/osgWrappers/deprecated-dotosg/osg/CompositeShape.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PrimitiveSetIndirect.cpp.o [ 40%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Surface.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Cone.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/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.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/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/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h: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/src/osgWrappers/deprecated-dotosg/osg/Cone.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; } | ^~~~~~~~ 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/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/osgWrappers/deprecated-dotosg/osg/Cone.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ConvexPlanarOccluder.cpp.o [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Program.cpp.o [ 40%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Tessellator.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/osgWrappers/deprecated-dotosg/osg/ConvexPlanarOccluder.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/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ConvexPlanarPolygon:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ConvexPlanarOccluder:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ConvexPlanarOccluder.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.h:12, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Tessellator.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Tessellator.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/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/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h: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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Projection.cpp.o [ 40%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Unit.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/CoordinateSystemNode.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/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.h:12, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Unit.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Unit.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/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/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h: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/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/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CoordinateSystemNode.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/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/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/osgWrappers/deprecated-dotosg/osg/CoordinateSystemNode.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, 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): | ^~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ProxyNode.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/CullFace.cpp.o [ 40%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/VertexMap.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/osgWrappers/deprecated-dotosg/osg/CullFace.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/CullFace:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CullFace.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, 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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_lwo.so [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/SampleMaski.cpp.o [ 40%] Built target osgdb_lwo [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_AnisotropicLighting.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Cylinder.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/AnisotropicLighting:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_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/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/src/osgWrappers/deprecated-dotosg/osg/Cylinder.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; } | ^~~~~~~~ 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/osgWrappers/deprecated-dotosg/osg/Cylinder.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/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): | ^~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Scissor.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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_BumpMapping.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Depth.cpp.o [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Script.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/BumpMapping:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_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/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/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/osgWrappers/deprecated-dotosg/osg/Depth.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/Depth:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Depth.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, 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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_Cartoon.cpp.o [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ScriptNodeCallback.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Drawable.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/osgWrappers/deprecated-dotosg/osgFX/IO_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; } | ^~~~~~~~ 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/osgWrappers/deprecated-dotosg/osg/Drawable.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; } | ^~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Sequence.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_Effect.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/osgWrappers/deprecated-dotosg/osgFX/IO_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; } | ^~~~~~~~ [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/EllipsoidModel.cpp.o [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ShadeModel.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/osgWrappers/deprecated-dotosg/osg/EllipsoidModel.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/osgWrappers/deprecated-dotosg/osg/EllipsoidModel.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, 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): | ^~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_MultiTextureControl.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/osgWrappers/deprecated-dotosg/osgFX/IO_MultiTextureControl.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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Shader.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/osgWrappers/deprecated-dotosg/osgFX/IO_MultiTextureControl.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; } | ^~~~~~~~ [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Fog.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/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/osgWrappers/deprecated-dotosg/osg/Fog.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/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/Fog:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Fog.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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/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, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Fog.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_Outline.cpp.o [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ShaderAttribute.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/FragmentProgram.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/Outline:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_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/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/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/osgWrappers/deprecated-dotosg/osg/FragmentProgram.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/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FragmentProgram:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/FragmentProgram.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, 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/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/FragmentProgram.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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ShaderBinary.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_Scribe.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/Scribe:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_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) {} | ^~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/FrontFace.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; } | ^~~~~~~~ [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Shape.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/osgWrappers/deprecated-dotosg/osg/FrontFace.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/FrontFace:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/FrontFace.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, 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) {} | ^~~~~~~~~~~~~~~~~~ [ 41%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ShapeDrawable.cpp.o [ 41%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_SpecularHighlights.cpp.o [ 41%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Geode.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/osgWrappers/deprecated-dotosg/osgFX/IO_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) {} | ^~~~~~~~~~~~~~~~~~ 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/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Geode.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): | ^~~~~~~~~~~~~~~~~ [ 41%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Sphere.cpp.o [ 41%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/LibraryWrapper.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/osgWrappers/deprecated-dotosg/osgFX/LibraryWrapper.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; } | ^~~~~~~~ [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Geometry.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/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/osgWrappers/deprecated-dotosg/osg/Geometry.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/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; } | ^~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-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) {} | ^~~~~~~~~~~~~~~~~~ [ 42%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgfx.so [ 42%] Built target osgdb_deprecated_osgfx [ 42%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/BlinkSequence.cpp.o [ 42%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ColorRange.cpp.o [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/StateSet.cpp.o [ 42%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/DOFTransform.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/osgSim/DOFTransform:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/DOFTransform.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) {} | ^~~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ElevationSlice.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/osgSim/ElevationSlice.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/src/osgSim/ElevationSlice.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/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): | ^~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Stencil.cpp.o [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Group.cpp.o [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/StencilTwoSided.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/osgWrappers/deprecated-dotosg/osg/Group.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/osgWrappers/deprecated-dotosg/osg/Group.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; } | ^~~~~~~~ [ 42%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/HeightAboveTerrain.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/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/osgSim/HeightAboveTerrain.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/osgUtil/IntersectionVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/HeightAboveTerrain:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/HeightAboveTerrain.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): | ^~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Switch.cpp.o [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/HeightField.cpp.o [ 42%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/Impostor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/HeightField.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; } | ^~~~~~~~ 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/osgWrappers/deprecated-dotosg/osg/HeightField.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/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/LOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/Impostor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/Impostor.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/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/Impostor: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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-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): | ^~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TessellationHints.cpp.o [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Image.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/osgWrappers/deprecated-dotosg/osg/Image.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/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/osgWrappers/deprecated-dotosg/osg/Image.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, 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): | ^~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ImpostorSprite.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/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/ImpostorSprite.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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexEnv.cpp.o [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ImageSequence.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/osgWrappers/deprecated-dotosg/osg/ImageSequence.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/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/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/osgWrappers/deprecated-dotosg/osg/ImageSequence.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; } | ^~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/InsertImpostorsVisitor.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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.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) {} | ^~~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexEnvCombine.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/osgSim/InsertImpostorsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/InsertImpostorsVisitor.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/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/Impostor:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/InsertImpostorsVisitor: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): | ^~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LOD.cpp.o [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexEnvFilter.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/osgWrappers/deprecated-dotosg/osg/LOD.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/osgWrappers/deprecated-dotosg/osg/LOD.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, 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): | ^~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LightPoint.cpp.o [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LightPointDrawable.cpp.o [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexGen.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/osgSim/LightPointDrawable.h:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointDrawable.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) {} | ^~~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LibraryWrapper.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/osgWrappers/deprecated-dotosg/osg/LibraryWrapper.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; } | ^~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LightPointNode.cpp.o [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexGenNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/LightPointNode:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointNode.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/osgSim/LightPointDrawable.h:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointNode.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/osgSim/Sector:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/LightPoint:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/LightPointNode: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/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): | ^~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Light.cpp.o [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexMat.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/osgWrappers/deprecated-dotosg/osg/Light.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/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/Light:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Light.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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/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, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Light.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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) {} | ^~~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LightPointSpriteDrawable.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/osgSim/LightPointSpriteDrawable.h:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointSpriteDrawable.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) {} | ^~~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture.cpp.o [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LightModel.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/osgWrappers/deprecated-dotosg/osg/LightModel.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/LightModel:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LightModel.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; } | ^~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LineOfSight.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/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, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LightModel.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) {} | ^~~~~~~~~~~~~~~~~~ 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/osgSim/LineOfSight:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LineOfSight.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/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): | ^~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture1D.cpp.o [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LightSource.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/LightSource:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LightSource.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/osgWrappers/deprecated-dotosg/osg/LightSource.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, 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): | ^~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/MultiSwitch.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/osgSim/MultiSwitch:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/MultiSwitch.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) {} | ^~~~~~~~~~~~~~~~~~ [ 44%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture2D.cpp.o [ 44%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LineStipple.cpp.o [ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/OverlayNode.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/osgWrappers/deprecated-dotosg/osg/LineStipple.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/LineStipple:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LineStipple.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/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/osgSim/OverlayNode.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, 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/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/osgSim/OverlayNode.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/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/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/osgSim/OverlayNode.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: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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; } | ^~~~~~~~ [ 44%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture2DArray.cpp.o [ 44%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LineWidth.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/osgWrappers/deprecated-dotosg/osg/LineWidth.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/LineWidth:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LineWidth.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 44%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture2DMultisample.cpp.o [ 44%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Material.cpp.o [ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ScalarBar.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/osgWrappers/deprecated-dotosg/osg/Material.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/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/Material:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Material.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/ScalarBar:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/ScalarBar.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/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, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Material.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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) {} | ^~~~~~~~~~~~~~~~~~ [ 44%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture3D.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): | ^~~~~~~~~~~~~~~~~ [ 44%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Matrix.cpp.o [ 44%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TextureBuffer.cpp.o [ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ScalarsToColors.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Input:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Matrix.h:6, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Matrix.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/osgDB/Input: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/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Matrix.h: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; } | ^~~~~~~~ [ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/Sector.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/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Input: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): | ^~~~~~~~~~~~~~~~~ [ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ShapeAttribute.cpp.o [ 44%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/MatrixTransform.cpp.o [ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/SphereSegment.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/osgWrappers/deprecated-dotosg/osg/MatrixTransform.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/osgWrappers/deprecated-dotosg/osg/MatrixTransform.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/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/SphereSegment:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.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: /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): | ^~~~~~~~~~~~~~~~~ [ 44%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TextureCubeMap.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): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp: In member function 'osgSim::SphereSegment::LineList osgSim::SphereSegment::computeIntersection(const osg::Matrixd&, osg::Drawable*)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2269:67: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 2269 | SphereSegment::LineList radiusLines = tif.computeIntersections(radiusIntersector); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1266:56: note: initializing argument 1 of 'osgSim::SphereSegment::LineList SphereSegmentIntersector::TriangleIntersectOperator::computeIntersections(I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1266 | SphereSegment::LineList computeIntersections(I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2270:68: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2270 | SphereSegment::LineList elevMinLines = tif.computeIntersections(elevMinIntersector); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1266:56: note: initializing argument 1 of 'osgSim::SphereSegment::LineList SphereSegmentIntersector::TriangleIntersectOperator::computeIntersections(I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1266 | SphereSegment::LineList computeIntersections(I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2271:68: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2271 | SphereSegment::LineList elevMaxLines = tif.computeIntersections(elevMaxIntersector); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1266:56: note: initializing argument 1 of 'osgSim::SphereSegment::LineList SphereSegmentIntersector::TriangleIntersectOperator::computeIntersections(I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1266 | SphereSegment::LineList computeIntersections(I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2278:46: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2278 | azMinLines = tif.computeIntersections(azMinIntersector); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1266:56: note: initializing argument 1 of 'osgSim::SphereSegment::LineList SphereSegmentIntersector::TriangleIntersectOperator::computeIntersections(I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1266 | SphereSegment::LineList computeIntersections(I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2279:46: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2279 | azMaxLines = tif.computeIntersections(azMaxIntersector); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1266:56: note: initializing argument 1 of 'osgSim::SphereSegment::LineList SphereSegmentIntersector::TriangleIntersectOperator::computeIntersections(I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1266 | SphereSegment::LineList computeIntersections(I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2282:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 2282 | tif.trim(azMinLines,radiusIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2283:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 2283 | tif.trim(azMaxLines,radiusIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2286:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2286 | tif.trim(azMinLines, elevMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2287:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2287 | tif.trim(azMaxLines, elevMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2290:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2290 | tif.trim(azMinLines, elevMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2291:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2291 | tif.trim(azMaxLines, elevMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2294:17: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2294 | tif.trim(azMinLines,azMinEndIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2295:17: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2295 | tif.trim(azMaxLines,azMaxEndIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2300:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2300 | tif.trim(radiusLines, azMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2301:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2301 | tif.trim(elevMinLines, azMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2302:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2302 | tif.trim(elevMaxLines, azMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2305:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2305 | tif.trim(radiusLines, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2306:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2306 | tif.trim(elevMinLines, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2307:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2307 | tif.trim(elevMaxLines, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2312:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2312 | tif.trim(radiusLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2312:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2312 | tif.trim(radiusLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:72: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2313:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2313 | tif.trim(elevMinLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2313:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2313 | tif.trim(elevMinLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:72: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2314:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2314 | tif.trim(elevMaxLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2314:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2314 | tif.trim(elevMaxLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:72: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2320:13: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 2320 | tif.trim(elevMinLines,radiusIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2321:13: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 2321 | tif.trim(elevMaxLines,radiusIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2324:13: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2324 | tif.trim(radiusLines, elevMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2327:13: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2327 | tif.trim(radiusLines, elevMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp: In instantiation of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2282:17: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1520:21: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 1520 | trim(newLines, line, intersector); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1285:84: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, osg::Vec3Array*, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >; osg::Vec3Array = osg::TemplateArray]' 1285 | void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp: In instantiation of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2286:17: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1520:21: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 1520 | trim(newLines, line, intersector); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1285:84: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, osg::Vec3Array*, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >; osg::Vec3Array = osg::TemplateArray]' 1285 | void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp: In instantiation of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2294:17: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1520:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 1520 | trim(newLines, line, intersector); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1285:84: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, osg::Vec3Array*, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >; osg::Vec3Array = osg::TemplateArray]' 1285 | void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp: In instantiation of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2312:21: required from here /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1537:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 1537 | trim(newLines, line, intersector1, intersector2); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1349:84: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, osg::Vec3Array*, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >; osg::Vec3Array = osg::TemplateArray]' 1349 | void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1537:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 1537 | trim(newLines, line, intersector1, intersector2); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1349:100: note: initializing argument 4 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, osg::Vec3Array*, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >; osg::Vec3Array = osg::TemplateArray]' 1349 | void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ [ 44%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Node.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Node.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/osgWrappers/deprecated-dotosg/osg/Node.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; } | ^~~~~~~~ [ 44%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TextureRectangle.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): | ^~~~~~~~~~~~~~~~~ [ 45%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/NodeCallback.cpp.o [ 45%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/Version.cpp.o [ 45%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/VisibilityGroup.cpp.o [ 45%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TransferFunction.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/osgWrappers/deprecated-dotosg/osg/NodeCallback.cpp:5: /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/osgSim/VisibilityGroup:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/VisibilityGroup.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/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/VisibilityGroup.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, 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/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): | ^~~~~~~~~~~~~~~~~ [ 45%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Object.cpp.o [ 45%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TransferFunction1D.cpp.o [ 46%] Linking CXX shared library ../../lib/libosgSim.so [ 46%] Built target osgSim [ 46%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/FadeText.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/osgWrappers/deprecated-dotosg/osg/Object.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): | ^~~~~~~~~~~~~~~~~ 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) {} | ^~~~~~~~~~~~~~~~~~ [ 46%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Transform.cpp.o [ 46%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/OccluderNode.cpp.o [ 46%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/LibraryWrapper.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/OccluderNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/OccluderNode.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/osgWrappers/deprecated-dotosg/osg/OccluderNode.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, 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): | ^~~~~~~~~~~~~~~~~ [ 46%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TriangleMesh.cpp.o [ 46%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/OcclusionQueryNode.cpp.o [ 46%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/Text.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/osgWrappers/deprecated-dotosg/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/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): | ^~~~~~~~~~~~~~~~~ [ 46%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Uniform.cpp.o [ 46%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PagedLOD.cpp.o [ 46%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/UniformCallback.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/include/osg/PagedLOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PagedLOD.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/osgWrappers/deprecated-dotosg/osg/PagedLOD.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; } | ^~~~~~~~ [ 46%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/Text3D.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): | ^~~~~~~~~~~~~~~~~ [ 46%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/UpdateCallback.cpp.o [ 46%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Point.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/osgWrappers/deprecated-dotosg/osg/Point.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/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/Point:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Point.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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): | ^~~~~~~~~~~~~~~~~ [ 47%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/TextBase.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/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Point.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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) {} | ^~~~~~~~~~~~~~~~~~ [ 47%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/UserDataContainer.cpp.o [ 47%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PointSprite.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/osgWrappers/deprecated-dotosg/osg/PointSprite.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/PointSprite:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PointSprite.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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/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) {} | ^~~~~~~~~~~~~~~~~~ [ 47%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ValueObject.cpp.o [ 47%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgtext.so [ 47%] Built target osgdb_serializers_osgtext [ 47%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/ReaderWriterDXF.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/dxf/ReaderWriterDXF.cpp:12: /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; } | ^~~~~~~~ [ 47%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PolygonMode.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/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/osgWrappers/deprecated-dotosg/osg/PolygonMode.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/PolygonMode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PolygonMode.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, 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) {} | ^~~~~~~~~~~~~~~~~~ [ 48%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/VertexAttribDivisor.cpp.o [ 48%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PolygonOffset.cpp.o [ 48%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/VertexBufferObject.cpp.o [ 48%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/DXFWriterNodeVisitor.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/osgWrappers/deprecated-dotosg/osg/PolygonOffset.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/PolygonOffset:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PolygonOffset.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, 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) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/DXFWriterNodeVisitor.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/dxf/DXFWriterNodeVisitor.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' 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/dxf/DXFWriterNodeVisitor.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; } | ^~~~~~~~ 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/PolygonMode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/DXFWriterNodeVisitor.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): | ^~~~~~~~~~~~~~~~~ [ 48%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/VertexProgram.cpp.o [ 48%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PositionAttitudeTransform.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/osgWrappers/deprecated-dotosg/osg/PositionAttitudeTransform.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/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/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/osgWrappers/deprecated-dotosg/osg/PositionAttitudeTransform.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) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[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): | ^~~~~~~~~~~~~~~~~ [ 48%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/aci.cpp.o [ 48%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfBlock.cpp.o [ 48%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_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/src/osgPlugins/dxf/dxfFile.h:16, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfBlock.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/src/osgPlugins/dxf/scene.h:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfSection.h:26, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfFile.h: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/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): | ^~~~~~~~~~~~~~~~~ [ 48%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Program.cpp.o [ 48%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osg.so ld: fatal: file CMakeFiles/osgdb_serializers_osg.dir/BufferData.cpp.o: open failed: No such file or directory ld: fatal: file processing errors. No output written to ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osg.so collect2: error: ld returned 1 exit status --- lib/osgPlugins-3.6.5/osgdb_serializers_osg.so --- *** [lib/osgPlugins-3.6.5/osgdb_serializers_osg.so] Error code 1 bmake[2]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 1 error bmake[2]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 --- src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/all --- *** [src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 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/osgWrappers/deprecated-dotosg/osg/Program.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/Program:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Program.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, 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/Uniform:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Program:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.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) {} | ^~~~~~~~~~~~~~~~~~ A failure has been detected in another branch of the parallel make bmake[2]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 --- src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/all --- *** [src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 A failure has been detected in another branch of the parallel make bmake[2]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 --- src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/all --- *** [src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/all] Error code 2 bmake[1]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 3 errors bmake[1]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 1 error bmake: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2022Q4-x86_64/graphics/osg *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-2022Q4-x86_64/graphics/osg