+ 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.5nb30/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/osg-3.6.5nb30/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for osg-3.6.5nb30
[  0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o
[  0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o
[  0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.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/os_utils.cpp.o
[  0%] Building CXX object src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.o
[  0%] Building CXX object src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o
[  0%] Building CXX object src/osg/CMakeFiles/osg.dir/ApplicationUsage.cpp.o
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
[  0%] Building CXX object src/osg/CMakeFiles/osg.dir/ArgumentParser.cpp.o
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(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; }
      |                      ^~~~~~~~
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; }
[  1%] Building CXX object src/osg/CMakeFiles/osg.dir/Array.cpp.o
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AutoTransform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  1%] Building CXX object src/osg/CMakeFiles/osg.dir/Billboard.cpp.o
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp: In copy constructor 'osg::AutoTransform::AutoTransform(const osg::AutoTransform&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:43:5: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   43 |     _rotation(pat._rotation),
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp: In member function 'osg::Matrixd osg::AutoTransform::computeMatrix(const osg::NodeVisitor*) const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:143:21: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  143 |     Quat rotation = _rotation;
      |                     ^~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[  1%] Building CXX object src/osg/CMakeFiles/osg.dir/BindImageTexture.cpp.o
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[  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):
      |         ^~~~~~~~~~~~~~~~~
[  1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendFunci.cpp.o
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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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
[  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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[  2%] Building CXX object src/osg/CMakeFiles/osg.dir/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMaski.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ComputeBoundsVisitor.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
[  2%] Building CXX object src/osg/CMakeFiles/osg.dir/ConvexPlanarOccluder.cpp.o
[  2%] Building CXX object src/osg/CMakeFiles/osg.dir/ConvexPlanarPolygon.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):
      |         ^~~~~~~~~~~~~~~~~
[  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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/Depth.cpp.o
[  3%] Building CXX object src/osg/CMakeFiles/osg.dir/DeleteHandler.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  3%] Building CXX object src/osg/CMakeFiles/osg.dir/DepthRangeIndexed.cpp.o
[  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
[  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/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' 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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/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):
      |         ^~~~~~~~~~~~~~~~~
[  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/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/FrontFace.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Geometry.cpp:15:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  4%] Building CXX object src/osg/CMakeFiles/osg.dir/GLExtensions.cpp.o
[  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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsContext.cpp:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsThread:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsThread.cpp:15:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[  4%] Building CXX object src/osg/CMakeFiles/osg.dir/Group.cpp.o
[  4%] Building CXX object src/osg/CMakeFiles/osg.dir/Hint.cpp.o
[  4%] Building CXX object src/osg/CMakeFiles/osg.dir/Identifier.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Group.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Group.cpp:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[  4%] Building CXX object src/osg/CMakeFiles/osg.dir/Image.cpp.o
[  4%] Building CXX object src/osg/CMakeFiles/osg.dir/ImageSequence.cpp.o
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Image.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ImageSequence.cpp:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
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):
      |         ^~~~~~~~~~~~~~~~~
[  5%] Building CXX object src/osg/CMakeFiles/osg.dir/ImageStream.cpp.o
[  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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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):
      |         ^~~~~~~~~~~~~~~~~
[  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
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  5%] Building CXX object src/osg/CMakeFiles/osg.dir/LineSegment.cpp.o
[  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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  5%] Building CXX object src/osg/CMakeFiles/osg.dir/Math.cpp.o
[  5%] Building CXX object src/osg/CMakeFiles/osg.dir/Matrixd.cpp.o
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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   59 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   64 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   36 |             _attitude(pat._attitude),
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   37 |             _attitude(pat._attitude),
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  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/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):
      |         ^~~~~~~~~~~~~~~~~
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  6%] Building CXX object src/osg/CMakeFiles/osg.dir/OperationThread.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[  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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[  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/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):
      |         ^~~~~~~~~~~~~~~~~
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Quat.cpp: In member function 'void osg::Quat::slerp(value_type, const osg::Quat&, const osg::Quat&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Quat.cpp:313:24: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  313 |     osg::Quat quatTo(to);
      |                        ^
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Quat.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[  7%] Building CXX object src/osg/CMakeFiles/osg.dir/Referenced.cpp.o
[  7%] Building CXX object src/osg/CMakeFiles/osg.dir/SampleMaski.cpp.o
[  7%] Building CXX object src/osg/CMakeFiles/osg.dir/Sampler.cpp.o
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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/ShaderAttribute.cpp:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShaderAttribute:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShaderAttribute.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/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):
      |         ^~~~~~~~~~~~~~~~~
[  8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShadowVolumeOccluder.cpp.o
[  8%] Building CXX object src/osg/CMakeFiles/osg.dir/Shape.cpp.o
[  8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShapeDrawable.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShadowVolumeOccluder.cpp:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/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/src/osg/Shape.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShapeDrawable:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShapeDrawable.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/State.cpp: In member function 'void osg::State::setUpVertexAttribAlias(osg::VertexAttribAlias&, GLuint, std::string, std::string, const std::string&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/State.cpp:1396:69: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
 1396 |     alias = VertexAttribAlias(location, glName, osgName, declaration);
      |                                                                     ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[  8%] Building CXX object src/osg/CMakeFiles/osg.dir/StateSet.cpp.o
[  8%] Building CXX object src/osg/CMakeFiles/osg.dir/Stats.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateSet.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateSet.cpp:15:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[  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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(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/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
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/Switch.cpp.o
[  9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexEnvCombine.cpp.o
[  9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexEnv.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Switch:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Switch.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnvCombine.cpp:15:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnvCombine.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
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/TexEnvFilter.cpp.o
[  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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[  9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexMat.cpp.o
[  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
[  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/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):
      |         ^~~~~~~~~~~~~~~~~
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):
      |         ^~~~~~~~~~~~~~~~~
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/Texture.cpp.o
[  9%] Building CXX object src/osg/CMakeFiles/osg.dir/TextureBuffer.cpp.o
[  9%] Building CXX object src/osg/CMakeFiles/osg.dir/TextureCubeMap.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture.cpp:15:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/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
[ 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/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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TransferFunction.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Transform.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Uniform.cpp.o
[ 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/VertexAttribDivisor.cpp:15:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/VertexAttribDivisor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexAttribDivisor.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexArrayState.cpp:15:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/VertexArrayState:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexArrayState.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 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):
      |         ^~~~~~~~~~~~~~~~~
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/libutil/mipmap.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/normal.cpp.o
[ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/memalloc.cpp.o
[ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/priorityq.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture3D:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/mipmap.cpp:33:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/mipmap.cpp:32:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/render.cpp.o
[ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/mesh.cpp.o
[ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/tessmono.cpp.o
[ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/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/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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
[ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/HighlightMapGenerator.cpp.o
[ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/IntersectionVisitor.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureCubeMap:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CubeMapGenerator:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/HalfWayMapGenerator:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/HalfWayMapGenerator.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureCubeMap:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CubeMapGenerator:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/HighlightMapGenerator:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/HighlightMapGenerator.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/IncrementalCompileOperation.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/IntersectVisitor.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/MeshOptimizers.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Optimizer.cpp.o
/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<unsigned int*, vector<unsigned int, allocator<unsigned int> > >; _Compare = osgUtil::{anonymous}::VertexAttribComparitor]'
 4842 |          _Compare __comp)
      |          ~~~~~~~~~^~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/PositionalStateContainer.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RenderBin.cpp.o
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/RenderLeaf.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RenderStage.cpp.o
[ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/ReversePrimitiveFunctor.cpp.o
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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SmoothingVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SmoothingVisitor.cpp:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SmoothingVisitor:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TriangleFunctor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SmoothingVisitor.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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
In file included from /home/pbulk/build/graphics/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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):
      |         ^~~~~~~~~~~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 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/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Statistics.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TangentSpaceGenerator:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TangentSpaceGenerator.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TangentSpaceGenerator:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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<nodetype>&) [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<triangle_stripper::detail::triangle>::node]' is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations]
  449 |     std::for_each(G.begin(), G.end(), std::mem_fun_ref(&graph_array<N>::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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/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<unsigned int*, vector<unsigned int, allocator<unsigned int> > >; _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/InputStream.cpp.o
[ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ObjectWrapper.cpp.o
[ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/OutputStream.cpp.o
[ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/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
[ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ExternalFileWriter.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Field.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FieldReader.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FieldReaderIterator.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FileCache.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FileNameUtils.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FileUtils.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/fstream.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ImageOptions.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ImagePager.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Input.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/MimeTypes.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ObjectCache.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Output.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Options.cpp.o
[ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/PluginQuery.cpp.o
[ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ReaderWriter.cpp.o
[ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ReadFile.cpp.o
[ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Registry.cpp.o
[ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/SharedStateManager.cpp.o
[ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/StreamOperator.cpp.o
[ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Version.cpp.o
[ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/WriteFile.cpp.o
[ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/XmlParser.cpp.o
[ 16%] Linking CXX shared library ../../lib/libosgDB.so
[ 16%] Built target osgDB
[ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/DefaultFont.cpp.o
[ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/AnimationPathManipulator.cpp.o
[ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/AnisotropicLighting.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const 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
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgFX/Technique:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/BumpMapping:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/BumpMapping.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/Device.cpp.o
[ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Font.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventQueue:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/Device:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/Device.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 16%] Building CXX object src/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/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Font.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Cartoon:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Cartoon.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Effect.cpp.o
[ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/FadeText.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Effect.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventVisitor:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Glyph.cpp.o
[ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Outline.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Glyph.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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; }
      |                      ^~~~~~~~
[ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Registry.cpp.o
[ 17%] Building CXX object src/osgText/CMakeFiles/osgText.dir/String.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/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):
      |         ^~~~~~~~~~~~~~~~~
/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; }
      |                          ^~~~~~~~
In file included from /home/pbulk/build/graphics/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Style.cpp.o
[ 17%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/FlightManipulator.cpp.o
[ 17%] Building CXX object src/osgText/CMakeFiles/osgText.dir/TextBase.cpp.o
[ 18%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Scribe.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/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/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/osgFX/Technique:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Scribe:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Scribe.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/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
[ 18%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/GUIEventAdapter.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/SpecularHighlights:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/SpecularHighlights.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgText/CMakeFiles/osgText.dir/Text.cpp.o
[ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/GUIEventHandler.cpp.o
[ 19%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Technique.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Text.cpp:15:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/GUIEventHandler.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Technique.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Technique.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 19%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Text3D.cpp.o
[ 19%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Version.cpp.o
[ 19%] Linking CXX shared library ../../lib/libosgFX.so
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/TextBase:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text3D:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Text3D.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' 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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' 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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
[ 19%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Version.cpp.o
[ 19%] Linking CXX shared library ../../lib/libosgText.so
[ 19%] Built target osgText
In file included from /home/pbulk/build/graphics/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; }
      |                      ^~~~~~~~
[ 19%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowMap.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/MultiTouchTrackballManipulator.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 19%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowTechnique.cpp.o
[ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/NodeTrackerManipulator.cpp.o
[ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ExplosionEffect.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 19%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowTexture.cpp.o
[ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/OrbitManipulator.cpp.o
[ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FireEffect.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/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/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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):
      |         ^~~~~~~~~~~~~~~~~
/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 19%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowedScene.cpp.o
[ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FluidFrictionOperator.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/FluidProgram.cpp.o
[ 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/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/FluidProgram:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/FluidProgram.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ModularEmitter:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ModularEmitter.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ModularProgram.cpp.o
[ 19%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ParallelSplitShadowMap.cpp.o
[ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/StateSetManipulator.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ModularProgram.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgGA/CMakeFiles/osgGA.dir/TerrainManipulator.cpp.o
[ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Particle.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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; }
      |                      ^~~~~~~~
[ 19%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/Version.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 20%] 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleEffect.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ParticleEffect.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/TrackballManipulator.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/TrackballManipulator:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/TrackballManipulator.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/UFOManipulator.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/DebugShadowMap.cpp.o
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ParticleSystem.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgGA/CMakeFiles/osgGA.dir/Version.cpp.o
[ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/CameraViewSwitchManipulator.cpp.o
[ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleSystemUpdater.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraViewSwitchManipulator:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraViewSwitchManipulator.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/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):
      |         ^~~~~~~~~~~~~~~~~
[ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/MinimalCullBoundsShadowMap.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 21%] Linking CXX shared library ../../lib/libosgGA.so
[ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/PrecipitationEffect.cpp.o
[ 21%] Built target osgGA
[ 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/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/PrecipitationEffect.cpp:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/MinimalShadowMap.cpp.o
[ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Program.cpp.o
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Locator:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/Locator.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 21%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/TerrainTile.cpp.o
[ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/SmokeEffect.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/StandardShadowMap.cpp.o
[ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/SmokeTrailEffect.cpp.o
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ViewDependentShadowTechnique.cpp.o
[ 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; }
      |                      ^~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 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/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):
      |         ^~~~~~~~~~~~~~~~~
/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<float>& osg::Matrix3Template<float>::operator=(const osg::Matrix3Template<float>&)' 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<float>' has user-provided 'osg::Matrix3Template<T>::Matrix3Template(const osg::Matrix3Template<T>&) [with T = float]'
  251 |         Matrix3Template( const Matrix3Template& mat ) { set(mat.ptr()); }
      |         ^~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 21%] Linking CXX shared library ../../lib/libosgShadow.so
[ 21%] Built target osgShadow
[ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AlphaFunc.cpp.o
[ 21%] Linking CXX shared library ../../lib/libosgParticle.so
[ 21%] Built target osgParticle
[ 21%] Building CXX object src/osgWrappers/serializers/osgUtil/CMakeFiles/osgdb_serializers_osgutil.dir/CullVisitor.cpp.o
[ 21%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/GeometryPool.cpp.o
[ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_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/include/osgTerrain/GeometryPool:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryPool.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 21%] Building CXX object src/osgWrappers/serializers/osgUtil/CMakeFiles/osgdb_serializers_osgutil.dir/UpdateVisitor.cpp.o
[ 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%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Array.cpp.o
[ 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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_rot.so
[ 21%] Building CXX object src/osgPlugins/osga/CMakeFiles/osgdb_osga.dir/ReaderWriterOSGA.cpp.o
[ 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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_scale.so
[ 22%] Built target osgdb_osga
[ 22%] Building CXX object src/osgPlugins/trans/CMakeFiles/osgdb_trans.dir/ReaderWriterTRANS.cpp.o
[ 22%] Built target osgdb_scale
[ 22%] Building CXX object src/osgPlugins/normals/CMakeFiles/osgdb_normals.dir/ReaderWriterNormals.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trans/ReaderWriterTRANS.cpp:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trans/ReaderWriterTRANS.cpp:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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,
                 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/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%] Building CXX object src/osgPlugins/normals/CMakeFiles/osgdb_normals.dir/Normals.cpp.o
[ 22%] Built target osgdb_trans
[ 22%] Building CXX object src/osgPlugins/revisions/CMakeFiles/osgdb_revisions.dir/ReaderWriterRevisions.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 22%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AudioStream.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/osg/CMakeFiles/osgdb_osg.dir/ReaderWriterOSG.cpp.o
[ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_revisions.so
[ 22%] Built target osgdb_revisions
[ 22%] Building CXX object src/osgPlugins/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 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/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/glsl/ReaderWriterGLSL.cpp:6:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/glsl/ReaderWriterGLSL.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
[ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Billboard.cpp.o
[ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_glsl.so
[ 23%] Built target osgdb_glsl
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; }
      |                      ^~~~~~~~
[ 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bmp/ReaderWriterBMP.cpp:27:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bmp/ReaderWriterBMP.cpp:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osg.so
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 23%] Built target osgdb_osg
[ 23%] Building CXX object src/osgPlugins/pnm/CMakeFiles/osgdb_pnm.dir/ReaderWriterPNM.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pnm/ReaderWriterPNM.cpp:8:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pnm/ReaderWriterPNM.cpp:4:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendColor.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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_bmp.so
[ 23%] Built target osgdb_bmp
[ 23%] Building CXX object src/osgPlugins/dds/CMakeFiles/osgdb_dds.dir/ReaderWriterDDS.cpp.o
[ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendEquation.cpp.o
[ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pnm.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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tga/ReaderWriterTGA.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 23%] Built target osgdb_tga
In file included from /home/pbulk/build/graphics/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; }
      |                      ^~~~~~~~
[ 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/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/BlendFunc.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.h:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/SimpleDotVisitor.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/SimpleDotVisitor.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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
[ 23%] Building CXX object src/osgPlugins/dot/CMakeFiles/osgdb_dot.dir/BaseDotVisitor.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.h:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.cpp:13:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Box.cpp.o
[ 23%] Building CXX object src/osgPlugins/hdr/CMakeFiles/osgdb_hdr.dir/hdrwriter.cpp.o
[ 23%] Building CXX object src/osgPlugins/dot/CMakeFiles/osgdb_dot.dir/ReaderWriterDOT.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_hdr.so
[ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BufferData.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/ReaderWriterDOT.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 23%] Built target osgdb_hdr
[ 23%] Building CXX object src/osgPlugins/vtf/CMakeFiles/osgdb_vtf.dir/ReaderWriterVTF.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BufferIndexBinding.cpp.o
[ 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/BufferObject.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ktx.so
[ 23%] Built target osgdb_ktx
[ 23%] Building CXX object src/osgPlugins/jp2/CMakeFiles/osgdb_jp2.dir/ReaderWriterJP2.cpp.o
[ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Callback.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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%] 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%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CallbackObject.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_jp2.so
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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;
      |                                ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Camera.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_exr.so
[ 23%] Built target osgdb_exr
[ 23%] Building CXX object src/osgPlugins/png/CMakeFiles/osgdb_png.dir/ReaderWriterPNG.cpp.o
[ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_gif.so
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 23%] Built target osgdb_gif
In file included from /home/pbulk/build/graphics/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; }
      |                      ^~~~~~~~
[ 23%] Building CXX object src/osgPlugins/tiff/CMakeFiles/osgdb_tiff.dir/ReaderWriterTIFF.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CameraView.cpp.o
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: At global scope:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:325:49: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  325 | checkcmap(int n, uint16* r, uint16* g, uint16* b)
      |                                                 ^
In file included from /home/pbulk/build/graphics/osg/work/.buildlink/include/tiffio.h:31,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:13:
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:325:49: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  325 | checkcmap(int n, uint16* r, uint16* g, uint16* b)
      |                                                 ^
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:325:49: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  325 | checkcmap(int n, uint16* r, uint16* g, uint16* b)
      |                                                 ^
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:335:92: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  335 | invert_row(unsigned char *ptr, unsigned char *data, int n, int invert, uint16 bitspersample)
      |                                                                                            ^
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:388:71: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  388 |                            int n, int numSamples, uint16 bitspersample)
      |                                                                       ^
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:435:71: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  435 |                            int n, int numSamples, uint16 bitspersample)
      |                                                                       ^
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:506:39: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  506 |                  uint16& bitspersample)
      |                                       ^
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: In function 'unsigned char* simage_tiff_load(std::istream&, int&, int&, int&, uint16&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:509:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  509 |     uint16 dataType;
      |            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:510:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  510 |     uint16 samplesperpixel;
      |            ^~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:511:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  511 |     uint16 photometric;
      |            ^~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:512:12: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  512 |     uint32 w, h;
      |            ^
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:512:15: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  512 |     uint32 w, h;
      |               ^
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:513:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  513 |     uint16 config;
      |            ^~~~~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:514:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  514 |     uint16* red;
      |             ^~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:515:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  515 |     uint16* green;
      |             ^~~~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:516:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  516 |     uint16* blue;
      |             ^~~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:519:12: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  519 |     uint32 row;
      |            ^~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:732:75: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  732 |                     if (TIFFReadScanline(in, (tdata_t)(inbuf+s*rowsize), (uint32)row, (tsample_t)s) < 0)
      |                                                                           ^~~~~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: In member function 'osgDB::ReaderWriter::ReadResult ReaderWriterTIFF::readTIFStream(std::istream&) const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:796:20: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  796 |             uint16 bitspersample_ret = 0;
      |                    ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: In member function 'osgDB::ReaderWriter::WriteResult::WriteStatus ReaderWriterTIFF::writeTIFStream(std::ostream&, const osg::Image&, const osgDB::ReaderWriter::Options*) const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:908:20: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  908 |             uint16 photometric;
      |                    ^~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here
   83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:950:20: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  950 |             uint32 rowsperstrip = 0;
      |                    ^~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
[ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_png.so
[ 23%] Built target osgdb_png
[ 23%] Building CXX object src/osgPlugins/3dc/CMakeFiles/osgdb_3dc.dir/ReaderWriter3DC.cpp.o
[ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tiff.so
[ 23%] Built target osgdb_tiff
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 23%] Building CXX object src/osgPlugins/curl/CMakeFiles/osgdb_curl.dir/ReaderWriterCURL.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/Capsule.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = 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/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:2500:3: note: declared here
 2500 |   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:2515:3: note: declared here
 2515 |   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:2511:3: note: declared here
 2511 |   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:2512:3: note: declared here
 2512 |   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:2513:3: note: declared here
 2513 |   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:2575:1: note: declared here
 2575 | 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:3207:68: note: in definition of macro 'curl_easy_setopt'
 3207 | #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:2611:1: note: declared here
 2611 | 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:3207:68: note: in definition of macro 'curl_easy_setopt'
 3207 | #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/ClampColor.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
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; }
      |                      ^~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/ClearNode.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/x/ReaderWriterDirectX.cpp:29:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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%] 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/ClipControl.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/directx.cpp.o
[ 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/ClipNode.cpp.o
[ 24%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/types.cpp.o
[ 24%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/ReaderWriterOBJ.cpp.o
[ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_x.so
[ 24%] Built target osgdb_x
[ 24%] Building CXX object src/osgPlugins/pic/CMakeFiles/osgdb_pic.dir/ReaderWriterPIC.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClipPlane.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pic/ReaderWriterPIC.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClusterCullingCallback.cpp.o
[ 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
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/stl/ReaderWriterSTL.cpp:30:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 24%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/obj.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/ColorMask.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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<int, int>]' 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<int, int>]' 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/ColorMaski.cpp.o
[ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_stl.so
[ 24%] Built target osgdb_stl
[ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_obj.so
[ 24%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/ReaderWriter3DS.cpp.o
[ 24%] Built target osgdb_obj
[ 24%] Building CXX object src/osgPlugins/ac/CMakeFiles/osgdb_ac.dir/Exception.cpp.o
[ 24%] Building CXX object src/osgPlugins/ac/CMakeFiles/osgdb_ac.dir/Geode.cpp.o
[ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ColorMatrix.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/ReaderWriter3DS.cpp:4:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/CompositeShape.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/ac3d.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/ComputeBoundingBoxCallback.cpp.o
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:32:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullFace:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterNodeVisitor.cpp:24:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ComputeBoundingSphereCallback.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/pov/CMakeFiles/osgdb_pov.dir/POVWriterNodeVisitor.cpp.o
[ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Cone.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:29:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 24%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/WriterCompareTriangle.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ConvexHull.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 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_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 CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ConvexPlanarOccluder.cpp.o
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_chunktable.c.o
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_file.c.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_light.c.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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; }
      |                      ^~~~~~~~
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_material.c.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_math.c.o
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_matrix.c.o
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_mesh.c.o
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_node.c.o
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_quat.c.o
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_shadow.c.o
[ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_track.c.o
[ 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_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_pov.so
[ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_3ds.so
[ 27%] Built target osgdb_pov
[ 27%] Building CXX object src/osgPlugins/logo/CMakeFiles/osgdb_logo.dir/ReaderWriterLOGO.cpp.o
[ 27%] Built target osgdb_3ds
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CullFace.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.h:13,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/ReaderWriterLWS.cpp:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   59 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   64 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 27%] Building CXX object src/osgPlugins/lws/CMakeFiles/osgdb_lws.dir/SceneLoader.cpp.o
[ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Cylinder.cpp.o
[ 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
In file included from /home/pbulk/build/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(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):
      |         ^~~~~~~~~~~~~~~~~
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Depth.cpp.o
[ 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_lws.so
[ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_md2.so
[ 27%] Built target osgdb_lws
[ 27%] Building CXX object src/osgPlugins/osgtgz/CMakeFiles/osgdb_osgtgz.dir/ReaderWriterOSGTGZ.cpp.o
[ 27%] Built target osgdb_md2
[ 27%] Building CXX object src/osgPlugins/tgz/CMakeFiles/osgdb_tgz.dir/ReaderWriterTGZ.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/DrawIndirectBufferObject.cpp.o
[ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tgz.so
[ 27%] Built target osgdb_tgz
[ 27%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osgtgz.so
[ 27%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/ReaderWriterBSP.cpp.o
[ 27%] Built target osgdb_osgtgz
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/DrawPixels.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/BITSET.cpp.o
[ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/BodyPart.cpp.o
[ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/Q3BSPReader.cpp.o
[ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Drawable.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/Q3BSPReader.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/Mesh.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):
      |         ^~~~~~~~~~~~~~~~~
[ 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/ElementBufferObject.cpp.o
[ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/Q3BSPLoad.cpp.o
[ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/MDLReader.cpp.o
[ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPData.cpp.o
[ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/EllipsoidModel.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; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.cpp: In member function 'void bsp::VBSPData::addStaticProp(bsp::StaticPropV4&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.cpp:261:11: warning: 'void* std::memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'struct bsp::StaticProp' from an array of 'struct bsp::StaticPropV4' [-Wclass-memaccess]
  261 |     memcpy(&newPropV5, &newProp, sizeof(StaticPropV4));
      |     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.h:79:8: note: 'struct bsp::StaticProp' declared here
   79 | struct StaticProp
      |        ^~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/VBSPEntity.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPEntity.h:6,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPEntity.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/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/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/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/MDLRoot.cpp.o
[ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/VTXReader.cpp.o
[ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/FragmentProgram.cpp.o
[ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPGeometry.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/VTXReader.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/FrontFace.cpp.o
[ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/VVDReader.cpp.o
[ 29%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPReader.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/VVDReader.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Geode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 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
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/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 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
[ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoderAudio.cpp.o
[ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoder.cpp.o
[ 29%] Building CXX object src/osgPlugins/ply/CMakeFiles/osgdb_ply.dir/vertexData.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/vertexData.cpp:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Group.cpp.o
[ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegImageStream.cpp.o
[ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegAudioStream.cpp.o
[ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/HeightField.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/FFmpegParameters.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):
      |         ^~~~~~~~~~~~~~~~~
[ 30%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/ReaderWriterFFmpeg.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 30%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ply.so
[ 30%] Built target osgdb_ply
[ 30%] 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
      |        ^~~~~~~~
[ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Image.cpp.o
[ 31%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ffmpeg.so
[ 31%] Built target osgdb_ffmpeg
/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/pvr/CMakeFiles/osgdb_pvr.dir/ReaderWriterPVR.cpp.o
[ 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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):
      |         ^~~~~~~~~~~~~~~~~
[ 31%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ImageSequence.cpp.o
[ 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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 32%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ImageStream.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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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
[ 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_trk
[ 33%] Built target osgdb_zip
[ 33%] Building CXX object src/osgPlugins/tf/CMakeFiles/osgdb_tf.dir/ReaderWriterTF.cpp.o
[ 33%] Building CXX object src/osgPlugins/lua/CMakeFiles/osgdb_lua.dir/LuaScriptEngine.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 33%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LibraryWrapper.cpp.o
/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<osg::Vec3f>]':
/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
   74 |             t = *(reinterpret_cast<T*>(data));
      |             ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = 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<osg::Vec3d>]':
/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::Vec3d>& osg::BoundingSphereImpl<osg::Vec3d>::operator=(const osg::BoundingSphereImpl<osg::Vec3d>&)' is deprecated [-Wdeprecated-copy]
   74 |             t = *(reinterpret_cast<T*>(data));
      |             ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3d>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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<osg::Vec3f>]':
/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
   56 |             *(reinterpret_cast<T*>(data)) = t;
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = 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<osg::Vec3d>]':
/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::Vec3d>& osg::BoundingSphereImpl<osg::Vec3d>::operator=(const osg::BoundingSphereImpl<osg::Vec3d>&)' is deprecated [-Wdeprecated-copy]
   56 |             *(reinterpret_cast<T*>(data)) = t;
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3d>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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<osg::Vec3f>; std::string = std::__cxx11::basic_string<char>]':
/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<osg::Vec3f>; std::string = std::__cxx11::basic_string<char>]'
/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' 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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   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<osg::Vec3d>; std::string = std::__cxx11::basic_string<char>]':
/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<osg::Vec3d>; std::string = std::__cxx11::basic_string<char>]'
/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::Vec3d>& osg::BoundingSphereImpl<osg::Vec3d>::operator=(const osg::BoundingSphereImpl<osg::Vec3d>&)' 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<osg::Vec3d>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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<T>::TemplateValueObject(const std::string&, const T&) [with T = osg::Quat; std::string = std::__cxx11::basic_string<char>]':
/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; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'void osg::TemplateValueObject<T>::setValue(const T&) [with T = osg::BoundingSphereImpl<osg::Vec3f>]':
/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<osg::Vec3f>; std::string = std::__cxx11::basic_string<char>]'
/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<osg::Vec3f>; std::string = std::__cxx11::basic_string<char>]'
/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' 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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   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<T>::setValue(const T&) [with T = osg::BoundingSphereImpl<osg::Vec3d>]':
/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<osg::Vec3d>; std::string = std::__cxx11::basic_string<char>]'
/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<osg::Vec3d>; std::string = std::__cxx11::basic_string<char>]'
/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::Vec3d>& osg::BoundingSphereImpl<osg::Vec3d>::operator=(const osg::BoundingSphereImpl<osg::Vec3d>&)' 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<osg::Vec3d>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3d]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 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 'osg::TemplateValueObject<T>::TemplateValueObject(const osg::TemplateValueObject<T>&, 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<T>::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; }
      |                      ^~~~~~~~
[ 33%] Built target osgdb_tf
[ 34%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/AlphaFunc.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; }
      |                      ^~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 34%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/AnimationPath.cpp.o
[ 34%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LightModel.cpp.o
/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("<<sa->className()<<") Could not find uniform"<<std::endl;
      |                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 34%] Building CXX object src/osgPlugins/lua/CMakeFiles/osgdb_lua.dir/ReaderWriterLua.cpp.o
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; }
      |                      ^~~~~~~~
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/lua/ReaderWriterLua.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; }
      |                      ^~~~~~~~
[ 34%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LightSource.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 34%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/AutoTransform.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LineStipple.cpp.o
[ 34%] Built target osgdb_lua
[ 34%] Building CXX object applications/osgversion/CMakeFiles/application_osgversion.dir/osgversion.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
[ 35%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Billboard.cpp.o
[ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LineWidth.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/BumpMapping.cpp.o
[ 35%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/BlendColor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/Material.cpp.o
[ 35%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Cartoon.cpp.o
[ 35%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/BlendEquation.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; }
      |                      ^~~~~~~~
[ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/MatrixTransform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 35%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Effect.cpp.o
[ 35%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/BlendFunc.cpp.o
[ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Multisample.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/LibraryWrapper.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/NodeCallback.cpp.o
[ 36%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/MultiTextureControl.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/osg/CMakeFiles/osgdb_serializers_osg.dir/NodeTrackerCallback.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Outline.cpp.o
[ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/NodeVisitor.cpp.o
[ 36%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/CameraView.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Object.cpp.o
[ 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
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; }
      |                      ^~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 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
[ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/OcclusionQueryNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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%] 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
[ 38%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PagedLOD.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
[ 38%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClipNode.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Point.cpp.o
[ 38%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClipPlane.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; }
      |                      ^~~~~~~~
[ 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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 38%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PointSprite.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
In file included from /home/pbulk/build/graphics/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; }
      |                      ^~~~~~~~
[ 39%] 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/PolygonOffset.cpp.o
[ 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/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/PolygonStipple.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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; }
      |                      ^~~~~~~~
[ 39%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PositionAttitudeTransform.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,
                 from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 39%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/CompositeShape.cpp.o
[ 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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/PrimitiveSet.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/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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ConvexPlanarOccluder.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/Program.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Projection.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/ProxyNode.cpp.o
[ 40%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_lwo.so
[ 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/SampleMaski.cpp.o
[ 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
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/Script.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/ScriptNodeCallback.cpp.o
[ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_Effect.cpp.o
[ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/EllipsoidModel.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Sequence.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/Shader.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):
      |         ^~~~~~~~~~~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/ShaderAttribute.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ShaderBinary.cpp.o
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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_SpecularHighlights.cpp.o
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Geode.cpp.o
[ 41%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ShapeDrawable.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Geometry.cpp.o
[ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Sphere.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/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/StateAttribute.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
[ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/StateSet.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgSim/CMakeFiles/osgSim.dir/HeightAboveTerrain.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/StencilTwoSided.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 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/Image.cpp.o
[ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ImpostorSprite.cpp.o
[ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TessellationHints.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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/TexEnvCombine.cpp.o
[ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LightPoint.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/LightPointDrawable.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):
      |         ^~~~~~~~~~~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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; }
      |                      ^~~~~~~~
[ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LightPointNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/TexGen.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/TexGenNode.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; }
      |                      ^~~~~~~~
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/TexMat.cpp.o
[ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LightModel.cpp.o
[ 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/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Texture.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/Texture1D.cpp.o
[ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/OverlayNode.cpp.o
[ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LineStipple.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ComputeBoundsVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/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/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/Texture2DArray.cpp.o
[ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ScalarBar.cpp.o
[ 44%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Material.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/Matrix.cpp.o
[ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ScalarsToColors.cpp.o
[ 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture3D.cpp.o
[ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/SphereSegment.cpp.o
[ 44%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/MatrixTransform.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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):
      |         ^~~~~~~~~~~~~~~~~
/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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]':
/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::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >; osg::Vec3Array = osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126>]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]':
/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::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >; osg::Vec3Array = osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126>]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]':
/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::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >; osg::Vec3Array = osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126>]'
 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<osg::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >]':
/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::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >; osg::Vec3Array = osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126>]'
 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::ref_ptr<osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126> > >; osg::Vec3Array = osg::TemplateArray<osg::Vec3f, osg::Array::Vec3ArrayType, 3, 5126>]'
 1349 |         void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector1, I intersector2)
      |                                                                                                  ~~^~~~~~~~~~~~
[ 44%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TextureBuffer.cpp.o
[ 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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,
                 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/osgSim/CMakeFiles/osgSim.dir/Version.cpp.o
[ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/VisibilityGroup.cpp.o
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 45%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/NodeCallback.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):
      |         ^~~~~~~~~~~~~~~~~
[ 45%] 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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 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
[ 46%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TransferFunction.cpp.o
[ 46%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 46%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/LibraryWrapper.cpp.o
[ 46%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TransferFunction1D.cpp.o
[ 46%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/OccluderNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/Text.cpp.o
[ 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/OcclusionQueryNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 46%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TriangleMesh.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):
      |         ^~~~~~~~~~~~~~~~~
[ 46%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/Text3D.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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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
[ 47%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/UniformCallback.cpp.o
[ 47%] 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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/UpdateCallback.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; }
      |                      ^~~~~~~~
[ 47%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgtext.so
[ 47%] Built target osgdb_serializers_osgtext
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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
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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 47%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PolygonMode.cpp.o
[ 47%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ValueObject.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 47%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/DXFWriterNodeVisitor.cpp.o
[ 47%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PolygonOffset.cpp.o
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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/VertexAttribDivisor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [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/VertexBufferObject.cpp.o
[ 48%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/aci.cpp.o
[ 48%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PositionAttitudeTransform.cpp.o
[ 48%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfBlock.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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/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/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/VertexProgram.cpp.o
[ 48%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Program.cpp.o
[ 48%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfEntity.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/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/src/osgPlugins/dxf/dxfEntity.h:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfEntity.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgPlugins/dxf/dxfEntity.h: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/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/dxf/dxfEntity.h:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 48%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osg.so
[ 48%] Built target osgdb_serializers_osg
[ 49%] Building CXX object src/osgPlugins/txf/CMakeFiles/osgdb_txf.dir/ReaderWriterTXF.cpp.o
[ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Projection.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/txf/ReaderWriterTXF.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/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/osgWrappers/deprecated-dotosg/osg/Projection.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/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/Projection.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 50%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfFile.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/src/osgPlugins/dxf/dxfFile.h:16,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfFile.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 50%] Building CXX object src/osgPlugins/txf/CMakeFiles/osgdb_txf.dir/TXFFont.cpp.o
[ 50%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ProxyNode.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txf/TXFFont.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txf/TXFFont.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/osg/ProxyNode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ProxyNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ProxyNode.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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 50%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfReader.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/dxfDataTypes.h:16,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfReader.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 50%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_txf.so
[ 50%] Built target osgdb_txf
[ 50%] Building CXX object src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/FreeTypeFont.cpp.o
[ 50%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfSection.cpp.o
[ 50%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Scissor.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/FreeTypeFont.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/FreeTypeFont.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/src/osgPlugins/dxf/dxfDataTypes.h:16,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfSection.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfSection.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Scissor.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/Scissor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Scissor.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 50%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Sequence.cpp.o
[ 50%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfTable.cpp.o
[ 50%] Building CXX object src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/FreeTypeLibrary.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/Sequence:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Sequence.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Sequence.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/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/dxfTable.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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):
      |         ^~~~~~~~~~~~~~~~~
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/osgPlugins/freetype/FreeTypeFont.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/FreeTypeLibrary.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/FreeTypeLibrary.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 50%] Building CXX object src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/ReaderWriterFreeType.cpp.o
[ 50%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ShadeModel.cpp.o
[ 50%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/scene.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/freetype/ReaderWriterFreeType.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/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/ShadeModel.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/ShadeModel:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ShadeModel.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/scene.h:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/scene.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/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/osgPlugins/dxf/scene.h:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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):
      |         ^~~~~~~~~~~~~~~~~
[ 50%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_freetype.so
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Shader.cpp.o
[ 51%] Built target osgdb_freetype
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osgText/CMakeFiles/osgdb_deprecated_osgtext.dir/IO_Text.cpp.o
[ 51%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_dxf.so
[ 51%] Built target osgdb_dxf
[ 51%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/AcrossAllScreens.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/Shader.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/src/osgWrappers/deprecated-dotosg/osg/Shader.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/osgText/Text:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgText/IO_Text.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ShapeDrawable.cpp.o
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osgText/CMakeFiles/osgdb_deprecated_osgtext.dir/IO_Text3D.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShapeDrawable:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ShapeDrawable.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/osgWrappers/deprecated-dotosg/osgText/IO_Text3D.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; }
      |                      ^~~~~~~~
[ 51%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/PanoramicSphericalDisplay.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Sphere.cpp.o
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osgText/CMakeFiles/osgdb_deprecated_osgtext.dir/IO_TextBase.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Sphere.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/Sphere.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgWrappers/deprecated-dotosg/osgText/IO_TextBase.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/SingleScreen.cpp.o
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/StateAttribute.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/StateAttribute.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/src/osgWrappers/deprecated-dotosg/osg/StateAttribute.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):
      |         ^~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osgText/CMakeFiles/osgdb_deprecated_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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgText/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/StateSet.cpp.o
[ 51%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/SingleWindow.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/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 51%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgtext.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/src/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 51%] Built target osgdb_deprecated_osgtext
[ 51%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/FixedFunctionTechnique.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/osgVolume/VolumeTechnique:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/FixedFunctionTechnique:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/FixedFunctionTechnique.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Stencil.cpp.o
[ 51%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/SphericalDisplay.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/Stencil.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/Stencil:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Stencil.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/Layer.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/include/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/Layer.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/osgVolume/Layer: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/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/osgVolume/Locator:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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; }
      |                      ^~~~~~~~
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Switch.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/osgWrappers/deprecated-dotosg/osg/Switch.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Switch.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):
      |         ^~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/WoWVxDisplay.cpp.o
[ 51%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.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/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/osgVolume/Locator:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexGen:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Locator:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TessellationHints.cpp.o
[ 51%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/MultipassTechnique.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShapeDrawable:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TessellationHints.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/UpdateVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTechnique:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/MultipassTechnique:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/MultipassTechnique.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/CompositeViewer.cpp.o
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexEnv.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/TexEnv.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/TexEnv:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnv.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/TexEnv.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexEnvCombine.cpp.o
[ 51%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/Property.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/TexEnvCombine.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/TexEnv:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnvCombine:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnvCombine.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/TexEnvCombine.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/Property.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/include/osgVolume/Property: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/GraphicsWindow.cpp.o
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexEnvFilter.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/TexEnvFilter.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/TexEnvFilter:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnvFilter.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):
      |         ^~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/RayTracedTechnique.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/UpdateVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTechnique:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/RayTracedTechnique:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/RayTracedTechnique.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/HelpHandler.cpp.o
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexGen.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/TexGen.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/TexGen:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexGen.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/TexGen: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexGenNode.cpp.o
[ 51%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/Version.cpp.o
[ 52%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/Volume.cpp.o
[ 52%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/Keystone.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/osgWrappers/deprecated-dotosg/osg/TexGenNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/TexGenNode.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/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Volume:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/Volume.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/osgVolume/VolumeTile:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Volume: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/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/TransferFunction:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile: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):
      |         ^~~~~~~~~~~~~~~~~
[ 52%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexMat.cpp.o
[ 52%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/VolumeScene.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/TexMat.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/TexMat:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexMat.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgVolume/VolumeScene:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/VolumeScene.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgVolume/VolumeScene: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/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/osgVolume/VolumeScene: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 52%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/Renderer.cpp.o
[ 52%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_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/src/osgWrappers/deprecated-dotosg/osg/Texture.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/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/Texture.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 52%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/VolumeSettings.cpp.o
[ 52%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Texture1D.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/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeSettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/VolumeSettings.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/include/osgVolume/Property: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/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/osgWrappers/deprecated-dotosg/osg/Texture1D.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Texture1D.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/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; }
      |                      ^~~~~~~~
[ 52%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/Scene.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,
                 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 52%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/VolumeTechnique.cpp.o
[ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Texture2D.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/osgVolume/VolumeTechnique:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/VolumeTechnique.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/osgWrappers/deprecated-dotosg/osg/Texture2D.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/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/Texture2D.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 53%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/ScreenCaptureHandler.cpp.o
[ 53%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/VolumeTile.cpp.o
[ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Texture2DArray.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/osgVolume/VolumeTile:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/VolumeTile.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/osgVolume/VolumeTile: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/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/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2DArray:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture2DArray.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/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/Texture2DArray.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 53%] Linking CXX shared library ../../lib/libosgVolume.so
[ 53%] Built target osgVolume
[ 53%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/AnimationPathManipulator.cpp.o
[ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Texture3D.cpp.o
[ 54%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/StatsHandler.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/osgWrappers/deprecated-dotosg/osg/Texture3D.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/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/Texture3D.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 54%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TextureCubeMap.cpp.o
[ 54%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/DriveManipulator.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/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.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/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/TextureCubeMap.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = 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/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp: In function 'bool TextureCubeMap_readLocalData(osg::Object&, osgDB::Input&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:28:9: warning: macro expands to multiple statements [-Wmultistatement-macros]
   28 |         matched = false;\
      |         ^~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:59:14: note: in expansion of macro 'READ_IMAGE'
   59 |         else READ_IMAGE(NEGATIVE_X)
      |              ^~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:59:9: note: some parts of macro expansion are not guarded by this 'else' clause
   59 |         else READ_IMAGE(NEGATIVE_X)
      |         ^~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:28:9: warning: macro expands to multiple statements [-Wmultistatement-macros]
   28 |         matched = false;\
      |         ^~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:60:14: note: in expansion of macro 'READ_IMAGE'
   60 |         else READ_IMAGE(POSITIVE_Y)
      |              ^~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:60:9: note: some parts of macro expansion are not guarded by this 'else' clause
   60 |         else READ_IMAGE(POSITIVE_Y)
      |         ^~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:28:9: warning: macro expands to multiple statements [-Wmultistatement-macros]
   28 |         matched = false;\
      |         ^~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:61:14: note: in expansion of macro 'READ_IMAGE'
   61 |         else READ_IMAGE(NEGATIVE_Y)
      |              ^~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:61:9: note: some parts of macro expansion are not guarded by this 'else' clause
   61 |         else READ_IMAGE(NEGATIVE_Y)
      |         ^~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:28:9: warning: macro expands to multiple statements [-Wmultistatement-macros]
   28 |         matched = false;\
      |         ^~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:62:14: note: in expansion of macro 'READ_IMAGE'
   62 |         else READ_IMAGE(POSITIVE_Z)
      |              ^~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:62:9: note: some parts of macro expansion are not guarded by this 'else' clause
   62 |         else READ_IMAGE(POSITIVE_Z)
      |         ^~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:28:9: warning: macro expands to multiple statements [-Wmultistatement-macros]
   28 |         matched = false;\
      |         ^~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:63:14: note: in expansion of macro 'READ_IMAGE'
   63 |         else READ_IMAGE(NEGATIVE_Z)
      |              ^~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:63:9: note: some parts of macro expansion are not guarded by this 'else' clause
   63 |         else READ_IMAGE(NEGATIVE_Z)
      |         ^~~~
[ 54%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/EventVisitor.cpp.o
[ 54%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TextureRectangle.cpp.o
[ 54%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/Version.cpp.o
[ 54%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/View.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/osgWrappers/deprecated-dotosg/osg/TextureRectangle.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/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/TextureRectangle.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 54%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/FlightManipulator.cpp.o
[ 54%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TransferFunction.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/osgWrappers/deprecated-dotosg/osg/TransferFunction.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/include/osgDB/ReadFile:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TransferFunction.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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; }
      |                      ^~~~~~~~
[ 54%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Transform.cpp.o
[ 54%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/Viewer.cpp.o
[ 54%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_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/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Transform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Transform.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):
      |         ^~~~~~~~~~~~~~~~~
[ 54%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Uniform.cpp.o
[ 54%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/GUIEventHandler.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/Uniform.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/include/osg/Uniform:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Uniform.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,
                 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/Uniform.cpp:5:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 54%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/ViewerBase.cpp.o
[ 54%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/KeySwitchMatrixManipulator.cpp.o
[ 54%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/VertexProgram.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/VertexProgram.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/VertexProgram:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/VertexProgram.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/VertexProgram.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 54%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/MultiTouchTrackballManipulator.cpp.o
[ 54%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Viewport.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/Viewport.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/Viewport:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Viewport.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 54%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/ViewerEventHandlers.cpp.o
[ 54%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osg.so
[ 54%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/StateSetManipulator.cpp.o
[ 54%] Built target osgdb_deprecated_osg
[ 55%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/ip/IpEndpointName.cpp.o
[ 55%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/osc/OscOutboundPacketStream.cpp.o
[ 55%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/osc/OscPrintReceivedElements.cpp.o
[ 55%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/osc/OscReceivedElements.cpp.o
[ 55%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/osc/OscTypes.cpp.o
[ 55%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/OscReceivingDevice.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/osgPlugins/osc/OscReceivingDevice.hpp:53,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.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/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/osc/OscReceivingDevice.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/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 55%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/TerrainManipulator.cpp.o
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::SetMouseInputRangeRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:312:30: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  312 |         catch(osc::Exception e) {
      |                              ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::SetMouseOrientationRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:345:30: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  345 |         catch(osc::Exception e) {
      |                              ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::KeyCodeRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:381:30: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  381 |         catch(osc::Exception e) {
      |                              ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::KeyPressAndReleaseRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:416:30: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  416 |         catch(osc::Exception e) {
      |                              ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::MouseMotionRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:452:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  452 |         catch (osc::Exception e) {
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::MouseScrollRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:494:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  494 |         catch (osc::Exception e) {
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::MouseButtonToggleRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:532:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  532 |         catch (osc::Exception e) {
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::MouseButtonRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:591:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  591 |         catch (osc::Exception e) {
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::PenPressureRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:633:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  633 |         catch (osc::Exception e) {
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::PenProximityRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:665:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  665 |         catch (osc::Exception e) {
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::PenOrientationRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:698:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=]
  698 |         catch (osc::Exception e) {
      |                               ^
[ 55%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/GraphicsWindowX11.cpp.o
[ 55%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/TouchData.cpp.o
[ 55%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/OscSendingDevice.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/osgPlugins/osc/OscSendingDevice.hpp:51,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscSendingDevice.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):
      |         ^~~~~~~~~~~~~~~~~
[ 55%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/PixelBufferX11.cpp.o
[ 55%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/ReaderWriterOscDevice.cpp.o
[ 55%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/TrackballManipulator.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/osc/ReaderWriterOscDevice.cpp:50:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 55%] Linking CXX shared library ../../lib/libosgViewer.so
[ 55%] Built target osgViewer
[ 55%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/DebugShadowMap.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/UFOManipulator.cpp.o
[ 56%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/ip/posix/NetworkingUtils.cpp.o
[ 56%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/ip/posix/UdpSocket.cpp.o
[ 56%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osc.so
[ 56%] Built target osgdb_osc
[ 56%] Building CXX object src/osgPlugins/shadow/CMakeFiles/osgdb_osgshadow.dir/ReaderWriterOsgShadow.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.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/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shadow/ReaderWriterOsgShadow.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/osgShadow/ShadowTechnique:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene: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; }
      |                      ^~~~~~~~
[ 56%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/Widget.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/LightSpacePerspectiveShadowMapCB.cpp.o
[ 56%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osgshadow.so
[ 56%] Built target osgdb_osgshadow
[ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.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/osgShadow/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 56%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgga.so
[ 56%] Built target osgdb_serializers_osgga
[ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/AccelOperator.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/LightSpacePerspectiveShadowMapDB.cpp.o
[ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/ShadowMap.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/osgShadow/ShadowMap:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/ShadowMap.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/osgShadow/ShadowTechnique:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowMap:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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; }
      |                      ^~~~~~~~
[ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/AngularAccelOperator.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/LightSpacePerspectiveShadowMapVB.cpp.o
[ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/ShadowTechnique.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTechnique:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/ShadowTechnique.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/osgShadow/ShadowTechnique: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/osgShadow/ShadowTechnique: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; }
      |                      ^~~~~~~~
[ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/AngularDampingOperator.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/MinimalCullBoundsShadowMap.cpp.o
[ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/ShadowTexture.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/osgShadow/ShadowTexture:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/ShadowTexture.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/osgShadow/ShadowTechnique:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTexture: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; }
      |                      ^~~~~~~~
[ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/BounceOperator.cpp.o
[ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/ShadowVolume.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/MinimalDrawBoundsShadowMap.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/osgShadow/ShadowVolume.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/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/osgWrappers/deprecated-dotosg/osgShadow/ShadowVolume.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,
                 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/BoxPlacer.cpp.o
[ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/ShadowedScene.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/MinimalShadowMap.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/CenteredPlacer.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/osgShadow/ShadowedScene:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/ShadowedScene.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/osgShadow/ShadowTechnique:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene: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; }
      |                      ^~~~~~~~
[ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/CompositePlacer.cpp.o
[ 56%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgshadow.so
[ 56%] Built target osgdb_deprecated_osgshadow
[ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_AccelOperator.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ParallelSplitShadowMap.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/include/osgParticle/AccelOperator:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_AccelOperator.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/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; }
      |                      ^~~~~~~~
[ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ConnectedParticleSystem.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_AngularAccelOperator.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ConstantRateCounter.cpp.o
[ 56%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowMap.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/include/osgParticle/AngularAccelOperator:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_AngularAccelOperator.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Counter.cpp.o
[ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_AngularDampingOperator.cpp.o
[ 57%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowTechnique.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/AngularDampingOperator:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_AngularDampingOperator.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 58%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/DampingOperator.cpp.o
[ 58%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_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/Operator:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/DomainOperator:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/BounceOperator:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_BounceOperator.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/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/BounceOperator: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; }
      |                      ^~~~~~~~
[ 58%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowTexture.cpp.o
[ 58%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/DomainOperator.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/DomainOperator:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_BoxPlacer.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/osgParticle/IO_BoxPlacer.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/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/BoxPlacer:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_BoxPlacer.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; }
      |                      ^~~~~~~~
[ 59%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowVolume.cpp.o
[ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Emitter.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_CenteredPlacer.cpp.o
[ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ExplosionDebrisEffect.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/osgParticle/IO_CenteredPlacer.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowedScene.cpp.o
[ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ConnectedParticleSystem.cpp.o
[ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ExplosionEffect.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/osgWrappers/deprecated-dotosg/osgParticle/IO_ConnectedParticleSystem.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/SoftShadowMap.cpp.o
[ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ConstantRateCounter.cpp.o
[ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ExplosionOperator.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/osgParticle/IO_ConstantRateCounter.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/StandardShadowMap.cpp.o
[ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_DampingOperator.cpp.o
[ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/FireEffect.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/DampingOperator:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_DampingOperator.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ViewDependentShadowTechnique.cpp.o
[ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_DomainOperator.cpp.o
[ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/FluidFrictionOperator.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/DomainOperator:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_DomainOperator.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/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/osgParticle/DomainOperator: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 59%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgshadow.so
[ 59%] Built target osgdb_serializers_osgshadow
[ 59%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/CompositeLayer.cpp.o
[ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/FluidProgram.cpp.o
[ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_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/osgWrappers/deprecated-dotosg/osgParticle/IO_Emitter.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/ContourLayer.cpp.o
[ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ForceOperator.cpp.o
[ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ExplosionDebrisEffect.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ExplosionDebrisEffect:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ExplosionDebrisEffect.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/DisplacementMappingTechnique.cpp.o
[ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Interpolator.cpp.o
[ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ExplosionEffect.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/ExplosionEffect:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ExplosionEffect.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/LibraryWrapper.cpp.o
[ 60%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/GeometryTechnique.cpp.o
[ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ExplosionOperator.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/include/osgParticle/ExplosionOperator:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ExplosionOperator.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 60%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/LinearInterpolator.cpp.o
[ 60%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/HeightFieldLayer.cpp.o
[ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_FireEffect.cpp.o
[ 60%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_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/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/osgWrappers/deprecated-dotosg/osgParticle/IO_FireEffect.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 60%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/ImageLayer.cpp.o
[ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_FluidFrictionOperator.cpp.o
[ 60%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_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/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/osgWrappers/deprecated-dotosg/osgParticle/IO_FluidFrictionOperator.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 60%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/Layer.cpp.o
[ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_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/osgWrappers/deprecated-dotosg/osgParticle/IO_FluidProgram.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/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; }
      |                      ^~~~~~~~
[ 60%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/MultiSegmentPlacer.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 60%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/LibraryWrapper.cpp.o
[ 61%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Operator.cpp.o
[ 61%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ForceOperator.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/include/osgParticle/ForceOperator:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ForceOperator.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 61%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/Locator.cpp.o
[ 61%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/OrbitOperator.cpp.o
[ 61%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_LinearInterpolator.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/osgParticle/IO_LinearInterpolator.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 61%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/ProxyLayer.cpp.o
[ 61%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Particle.cpp.o
[ 61%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_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/osgWrappers/deprecated-dotosg/osgParticle/IO_ModularEmitter.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 61%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/SwitchLayer.cpp.o
[ 61%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ParticleEffect.cpp.o
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ModularProgram.cpp.o
[ 62%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/Terrain.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/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/osgWrappers/deprecated-dotosg/osgParticle/IO_ModularProgram.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ParticleProcessor.cpp.o
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_MultiSegmentPlacer.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/osgParticle/IO_MultiSegmentPlacer.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/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/MultiSegmentPlacer:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_MultiSegmentPlacer.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,
                 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/TerrainTechnique.cpp.o
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_OrbitOperator.cpp.o
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ParticleSystem.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/include/osgParticle/OrbitOperator:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_OrbitOperator.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/TerrainTile.cpp.o
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_Particle.cpp.o
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ParticleSystemUpdater.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/osgParticle/IO_Particle.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/include/osgParticle/Particle:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_Particle.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,
                 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):
      |         ^~~~~~~~~~~~~~~~~
[ 62%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgterrain.so
[ 62%] Built target osgdb_serializers_osgterrain
[ 62%] Building CXX object src/osgPlugins/terrain/CMakeFiles/osgdb_osgterrain.dir/ReaderWriterOsgTerrain.cpp.o
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ParticleEffect.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/terrain/ReaderWriterOsgTerrain.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/terrain/ReaderWriterOsgTerrain.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/terrain/ReaderWriterOsgTerrain.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/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/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.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,
                 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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Placer.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ParticleProcessor.cpp.o
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/PointPlacer.cpp.o
[ 62%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osgterrain.so
[ 62%] Built target osgdb_osgterrain
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/CompositeLayer.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/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleProcessor.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
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/osgWrappers/deprecated-dotosg/osgTerrain/CompositeLayer.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/PrecipitationEffect.cpp.o
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ParticleSystem.cpp.o
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/GeometryTechnique.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/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleSystem.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/osgWrappers/deprecated-dotosg/osgTerrain/GeometryTechnique.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Program.cpp.o
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ParticleSystemUpdater.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/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleSystemUpdater.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/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; }
      |                      ^~~~~~~~
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/HeightFieldLayer.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
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/osgWrappers/deprecated-dotosg/osgTerrain/HeightFieldLayer.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/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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):
      |         ^~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/RadialShooter.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_PointPlacer.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/osgParticle/IO_PointPlacer.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/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/PointPlacer:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_PointPlacer.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; }
      |                      ^~~~~~~~
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/ImageLayer.cpp.o
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/RandomRateCounter.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
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/osgWrappers/deprecated-dotosg/osgTerrain/ImageLayer.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/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/SectorPlacer.cpp.o
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_Program.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/osgWrappers/deprecated-dotosg/osgParticle/IO_Program.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/Layer.cpp.o
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/SegmentPlacer.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/osgWrappers/deprecated-dotosg/osgTerrain/Layer.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/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_RadialShooter.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/osgParticle/IO_RadialShooter.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/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/RadialShooter:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_RadialShooter.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; }
      |                      ^~~~~~~~
[ 62%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Shooter.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.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/osgTerrain/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 63%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/SinkOperator.cpp.o
[ 63%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_RandomRateCounter.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/osgParticle/IO_RandomRateCounter.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 63%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_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/osgTerrain/TerrainTile:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/Locator.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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):
      |         ^~~~~~~~~~~~~~~~~
[ 63%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/SmokeEffect.cpp.o
[ 63%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_SectorPlacer.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/osgParticle/IO_SectorPlacer.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/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/SectorPlacer:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_SectorPlacer.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,
                 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 63%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/SwitchLayer.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/osgWrappers/deprecated-dotosg/osgTerrain/SwitchLayer.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; }
      |                      ^~~~~~~~
[ 63%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/SmokeTrailEffect.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 63%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_SegmentPlacer.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/osgParticle/IO_SegmentPlacer.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/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/SegmentPlacer:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_SegmentPlacer.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,
                 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 64%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/Terrain.cpp.o
[ 64%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/VariableRateCounter.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/osgWrappers/deprecated-dotosg/osgTerrain/Terrain.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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; }
      |                      ^~~~~~~~
[ 64%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_SinkOperator.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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/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/DomainOperator:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SinkOperator:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_SinkOperator.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/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/SinkOperator: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/DomainOperator:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 64%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgparticle.so
[ 64%] Built target osgdb_serializers_osgparticle
[ 64%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/AzimElevationSector.cpp.o
[ 64%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/TerrainTile.cpp.o
[ 64%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_SmokeEffect.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/osgTerrain/TerrainTile:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/TerrainTile.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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):
      |         ^~~~~~~~~~~~~~~~~
[ 64%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/AzimSector.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/osgWrappers/deprecated-dotosg/osgParticle/IO_SmokeEffect.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 64%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/BlinkSequence.cpp.o
[ 64%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgterrain.so
[ 64%] Built target osgdb_deprecated_osgterrain
[ 65%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_SmokeTrailEffect.cpp.o
[ 66%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/AncillaryRecords.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/osgWrappers/deprecated-dotosg/osgParticle/IO_SmokeTrailEffect.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/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group: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/OpenFlight/AncillaryRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/src/osgPlugins/OpenFlight/AncillaryRecords.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/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/osgDB/ReaderWriter:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ObjectCache:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Registry.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/AncillaryRecords.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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 66%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/ConeSector.cpp.o
[ 66%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_VariableRateCounter.cpp.o
[ 66%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/AttrData.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/osgParticle/IO_VariableRateCounter.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; }
      |                      ^~~~~~~~
[ 66%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/DOFTransform.cpp.o
[ 66%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/ControlRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/OpenFlight/ControlRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 66%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/LibraryWrapper.cpp.o
[ 66%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/DirectionalSector.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/osgParticle/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 66%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/DataInputStream.cpp.o
[ 66%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/DataOutputStream.cpp.o
[ 66%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/ElevationSector.cpp.o
[ 66%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/Document.cpp.o
[ 66%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgparticle.so
[ 66%] Built target osgdb_deprecated_osgparticle
[ 66%] Building CXX object src/osgPlugins/shp/CMakeFiles/osgdb_shp.dir/ESRIShape.cpp.o
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp: In copy constructor 'ESRIShape::MultiPoint::MultiPoint(const ESRIShape::MultiPoint&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:283:36: warning: implicitly-declared 'ESRIShape::Point& ESRIShape::Point::operator=(const ESRIShape::Point&)' is deprecated [-Wdeprecated-copy]
  283 |         points[i] = mpoint.points[i];
      |                                    ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:233:1: note: because 'ESRIShape::Point' has user-provided 'ESRIShape::Point::Point(const ESRIShape::Point&)'
  233 | Point::Point(const Point &p):
      | ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp: In copy constructor 'ESRIShape::PolyLine::PolyLine(const ESRIShape::PolyLine&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:349:31: warning: implicitly-declared 'ESRIShape::Point& ESRIShape::Point::operator=(const ESRIShape::Point&)' is deprecated [-Wdeprecated-copy]
  349 |         points[i] = p.points[i];
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:233:1: note: because 'ESRIShape::Point' has user-provided 'ESRIShape::Point::Point(const ESRIShape::Point&)'
  233 | Point::Point(const Point &p):
      | ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp: In copy constructor 'ESRIShape::Polygon::Polygon(const ESRIShape::Polygon&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:420:31: warning: implicitly-declared 'ESRIShape::Point& ESRIShape::Point::operator=(const ESRIShape::Point&)' is deprecated [-Wdeprecated-copy]
  420 |         points[i] = p.points[i];
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:233:1: note: because 'ESRIShape::Point' has user-provided 'ESRIShape::Point::Point(const ESRIShape::Point&)'
  233 | Point::Point(const Point &p):
      | ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp: In copy constructor 'ESRIShape::MultiPointM::MultiPointM(const ESRIShape::MultiPointM&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:537:37: warning: implicitly-declared 'ESRIShape::Point& ESRIShape::Point::operator=(const ESRIShape::Point&)' is deprecated [-Wdeprecated-copy]
  537 |         points[i] = mpointm.points[i];
      |                                     ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:233:1: note: because 'ESRIShape::Point' has user-provided 'ESRIShape::Point::Point(const ESRIShape::Point&)'
  233 | Point::Point(const Point &p):
      | ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp: In copy constructor 'ESRIShape::PolyLineM::PolyLineM(const ESRIShape::PolyLineM&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:628:31: warning: implicitly-declared 'ESRIShape::Point& ESRIShape::Point::operator=(const ESRIShape::Point&)' is deprecated [-Wdeprecated-copy]
  628 |         points[i] = p.points[i];
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:233:1: note: because 'ESRIShape::Point' has user-provided 'ESRIShape::Point::Point(const ESRIShape::Point&)'
  233 | Point::Point(const Point &p):
      | ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp: In copy constructor 'ESRIShape::PolygonM::PolygonM(const ESRIShape::PolygonM&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:725:31: warning: implicitly-declared 'ESRIShape::Point& ESRIShape::Point::operator=(const ESRIShape::Point&)' is deprecated [-Wdeprecated-copy]
  725 |         points[i] = p.points[i];
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:233:1: note: because 'ESRIShape::Point' has user-provided 'ESRIShape::Point::Point(const ESRIShape::Point&)'
  233 | Point::Point(const Point &p):
      | ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp: In copy constructor 'ESRIShape::MultiPointZ::MultiPointZ(const ESRIShape::MultiPointZ&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:873:37: warning: implicitly-declared 'ESRIShape::Point& ESRIShape::Point::operator=(const ESRIShape::Point&)' is deprecated [-Wdeprecated-copy]
  873 |         points[i] = mpointm.points[i];
      |                                     ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:233:1: note: because 'ESRIShape::Point' has user-provided 'ESRIShape::Point::Point(const ESRIShape::Point&)'
  233 | Point::Point(const Point &p):
      | ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp: In copy constructor 'ESRIShape::PolyLineZ::PolyLineZ(const ESRIShape::PolyLineZ&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:981:31: warning: implicitly-declared 'ESRIShape::Point& ESRIShape::Point::operator=(const ESRIShape::Point&)' is deprecated [-Wdeprecated-copy]
  981 |         points[i] = p.points[i];
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:233:1: note: because 'ESRIShape::Point' has user-provided 'ESRIShape::Point::Point(const ESRIShape::Point&)'
  233 | Point::Point(const Point &p):
      | ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp: In copy constructor 'ESRIShape::PolygonZ::PolygonZ(const ESRIShape::PolygonZ&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:1099:31: warning: implicitly-declared 'ESRIShape::Point& ESRIShape::Point::operator=(const ESRIShape::Point&)' is deprecated [-Wdeprecated-copy]
 1099 |         points[i] = p.points[i];
      |                               ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:233:1: note: because 'ESRIShape::Point' has user-provided 'ESRIShape::Point::Point(const ESRIShape::Point&)'
  233 | Point::Point(const Point &p):
      | ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp: In copy constructor 'ESRIShape::MultiPatch::MultiPatch(const ESRIShape::MultiPatch&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:1239:32: warning: implicitly-declared 'ESRIShape::Point& ESRIShape::Point::operator=(const ESRIShape::Point&)' is deprecated [-Wdeprecated-copy]
 1239 |         points[i] = mp.points[i];
      |                                ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/ESRIShape.cpp:233:1: note: because 'ESRIShape::Point' has user-provided 'ESRIShape::Point::Point(const ESRIShape::Point&)'
  233 | Point::Point(const Point &p):
      | ^~~~~
In file included from /home/pbulk/build/graphics/osg/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/osgPlugins/OpenFlight/Document.h:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Document.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/OpenFlight/Document.h: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):
      |         ^~~~~~~~~~~~~~~~~
[ 66%] Building CXX object src/osgPlugins/shp/CMakeFiles/osgdb_shp.dir/ESRIShapeParser.cpp.o
[ 66%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/Impostor.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/shp/ESRIShapeParser.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 66%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/expAncillaryRecords.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/OpenFlight/FltExportVisitor.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/expAncillaryRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/OpenFlight/FltWriteResult.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ExportOptions.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltExportVisitor.h: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; }
      |                      ^~~~~~~~
[ 66%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/expControlRecords.cpp.o
[ 67%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/LibraryWrapper.cpp.o
[ 67%] Building CXX object src/osgPlugins/shp/CMakeFiles/osgdb_shp.dir/ESRIShapeReaderWriter.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/OpenFlight/FltExportVisitor.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/expControlRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/OpenFlight/FltWriteResult.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ExportOptions.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltExportVisitor.h: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/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/shp/ESRIShapeReaderWriter.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; }
      |                      ^~~~~~~~
[ 67%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/expGeometryRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltExportVisitor.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/expGeometryRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/OpenFlight/FltWriteResult.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ExportOptions.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltExportVisitor.h: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,
                 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/OpenFlight/expGeometryRecords.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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 67%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/LightPointNode.cpp.o
[ 68%] Building CXX object src/osgPlugins/shp/CMakeFiles/osgdb_shp.dir/XBaseParser.cpp.o
[ 68%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_shp.so
[ 68%] Built target osgdb_shp
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/ReaderWriterTXP.cpp.o
[ 68%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/expPrimaryRecords.cpp.o
[ 68%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/LightPointSystem.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/txp/ReaderWriterTXP.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/txp/ReaderWriterTXP.cpp:7:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltExportVisitor.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/expPrimaryRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/OpenFlight/FltWriteResult.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ExportOptions.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltExportVisitor.h: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; }
      |                      ^~~~~~~~
[ 68%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/ExportOptions.cpp.o
[ 68%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_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/osg/ProxyNode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ExportOptions.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/OpenFlight/ExportOptions.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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/TileMapper.cpp.o
[ 68%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/ObjectRecordData.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/osgPlugins/txp/TileMapper.h:24,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/TileMapper.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 68%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/FltExportVisitor.cpp.o
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_basic.cpp.o
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_compat.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/OpenFlight/FltExportVisitor.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltExportVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/OpenFlight/FltWriteResult.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ExportOptions.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltExportVisitor.h: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; }
      |                      ^~~~~~~~
[ 68%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/OverlayNode.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/OpenFlight/FltExportVisitor.cpp:29:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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):
      |         ^~~~~~~~~~~~~~~~~
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_geom.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/osgPlugins/OpenFlight/FltExportVisitor.cpp:36:
/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; }
      |                      ^~~~~~~~
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_header.cpp.o
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_label.cpp.o
[ 68%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/GeometryRecords.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/OpenFlight/GeometryRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 68%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/ScalarBar.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):
      |         ^~~~~~~~~~~~~~~~~
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_light.cpp.o
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/GeometryRecords.cpp: In member function 'virtual void flt::MorphVertexList::addVertex(flt::Vertex&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/GeometryRecords.cpp:788:24: warning: implicitly-declared 'constexpr flt::Vertex& flt::Vertex::operator=(const flt::Vertex&)' is deprecated [-Wdeprecated-copy]
  788 |             _vertex0 = vertex;
      |                        ^~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Record.h:30,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Registry.h:29,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/GeometryRecords.cpp:28:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Vertex.h:36:5: note: because 'flt::Vertex' has user-provided 'flt::Vertex::Vertex(const flt::Vertex&)'
   36 |     Vertex(const Vertex& vertex);
      |     ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/GeometryRecords.cpp:791:26: warning: implicitly-declared 'constexpr flt::Vertex& flt::Vertex::operator=(const flt::Vertex&)' is deprecated [-Wdeprecated-copy]
  791 |             _vertex100 = vertex;
      |                          ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Vertex.h:36:5: note: because 'flt::Vertex' has user-provided 'flt::Vertex::Vertex(const flt::Vertex&)'
   36 |     Vertex(const Vertex& vertex);
      |     ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/GeometryRecords.cpp: In member function 'virtual void flt::LocalVertexPool::readRecord(flt::RecordInputStream&, flt::Document&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/GeometryRecords.cpp:1344:33: warning: implicitly-declared 'constexpr flt::Vertex& flt::Vertex::operator=(const flt::Vertex&)' is deprecated [-Wdeprecated-copy]
 1344 |             (*_vertexList)[n] = vertex;
      |                                 ^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Vertex.h:36:5: note: because 'flt::Vertex' has user-provided 'flt::Vertex::Vertex(const flt::Vertex&)'
   36 |     Vertex(const Vertex& vertex);
      |     ^~~~~~
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_main.cpp.o
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_managers.cpp.o
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_material.cpp.o
[ 68%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/LightPointRecords.cpp.o
[ 68%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/Sector.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/osgPlugins/OpenFlight/LightPointRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/src/osgPlugins/OpenFlight/LightPointRecords.cpp:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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/osgDB/ReaderWriter:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ObjectCache:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Registry.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/LightPointRecords.cpp: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; }
      |                      ^~~~~~~~
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_model.cpp.o
[ 68%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/SequenceGroup.cpp.o
[ 68%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_nodes.cpp.o
[ 69%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_parse.cpp.o
[ 69%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/LightSourcePaletteManager.cpp.o
[ 69%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_pparse.cpp.o
[ 69%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/ShapeAttributeList.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltWriteResult.h:24,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ExportOptions.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/LightSourcePaletteManager.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/LightSourcePaletteManager.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 69%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_print.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/OpenFlight/FltWriteResult.h: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/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/txp/trpage_print.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; }
      |                      ^~~~~~~~
[ 70%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/MaterialPaletteManager.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(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/OpenFlight/FltWriteResult.h:24,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ExportOptions.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/MaterialPaletteManager.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/MaterialPaletteManager.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/OpenFlight/FltWriteResult.h: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; }
      |                      ^~~~~~~~
[ 70%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/SphereSegment.cpp.o
[ 70%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/PaletteRecords.cpp.o
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_print_parse.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/OpenFlight/PaletteRecords.cpp: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,
                 from /home/pbulk/build/graphics/osg/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/osgPlugins/OpenFlight/PaletteRecords.cpp: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):
      |         ^~~~~~~~~~~~~~~~~
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_range.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/osgPlugins/OpenFlight/PaletteRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/OpenFlight/PaletteRecords.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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_rarchive.cpp.o
[ 70%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/VisibilityGroup.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/txp/trpage_rarchive.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 70%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/Pools.cpp.o
[ 70%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgsim.so
[ 70%] Built target osgdb_serializers_osgsim
[ 70%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_BlinkSequence.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/osgPlugins/OpenFlight/Document.h:25,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Pools.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/OpenFlight/Document.h: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/src/osgPlugins/OpenFlight/Pools.h:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Pools.cpp:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_readbuf.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/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/osgSim/IO_BlinkSequence.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/osgSim/BlinkSequence:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgSim/IO_BlinkSequence.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/osgSim/IO_BlinkSequence.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/txp/trpage_readbuf.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 70%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/PrimaryRecords.cpp.o
[ 70%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_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/ProxyNode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/PrimaryRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/OpenFlight/PrimaryRecords.cpp:29:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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/ShadeModel:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/PrimaryRecords.cpp:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/trpage_readbuf.cpp: In member function 'virtual trpgrAppFile* trpgrAppFileCache::GetFile(trpgEndian, int, int, int)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/trpage_readbuf.cpp:702:84: warning: '%s' directive writing up to 1023 bytes into a region of size between 8 and 1051 [-Wformat-overflow=]
  702 |         sprintf(fileName,"%s" PATHSEPERATOR "%d" PATHSEPERATOR "%d" PATHSEPERATOR "%s_%d.%s",
      |                                                                                    ^~
  703 |                 dir,col,row,filebase,id,ext);
      |                             ~~~~~~~~                                                
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/trpage_readbuf.cpp:702:16: note: 'std::sprintf' output between 9 and 2104 bytes into a destination of size 1056
  702 |         sprintf(fileName,"%s" PATHSEPERATOR "%d" PATHSEPERATOR "%d" PATHSEPERATOR "%s_%d.%s",
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  703 |                 dir,col,row,filebase,id,ext);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/osgWrappers/deprecated-dotosg/osgSim/IO_DOFTransform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_scene.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/osgSim/IO_DOFTransform.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):
      |         ^~~~~~~~~~~~~~~~~
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_swap.cpp.o
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_tile.cpp.o
[ 70%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_Impostor.cpp.o
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_util.cpp.o
[ 70%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/ReaderWriterATTR.cpp.o
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_warchive.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/osgSim/Impostor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgSim/IO_Impostor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
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/OpenFlight/ReaderWriterATTR.cpp: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,
                 from /home/pbulk/build/graphics/osg/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/OpenFlight/ReaderWriterATTR.cpp: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/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/OpenFlight/ReaderWriterATTR.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/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,
                 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/txp/trpage_warchive.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 70%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/ReaderWriterFLT.cpp.o
[ 70%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_LightPoint.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ProxyNode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ReaderWriterFLT.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/OpenFlight/ReaderWriterFLT.cpp: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,
                 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/osgSim/IO_LightPoint.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/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/osgWrappers/deprecated-dotosg/osgSim/IO_LightPoint.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,
                 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/trpage_writebuf.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/txp/trpage_writebuf.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 70%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_LightPointNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 70%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/Record.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/osgWrappers/deprecated-dotosg/osgSim/IO_LightPointNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgSim/IO_LightPoint.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgSim/IO_LightPointNode.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/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):
      |         ^~~~~~~~~~~~~~~~~
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/OpenFlight/Record.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/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/MatrixTransform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Record.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/OpenFlight/Record.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Record.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/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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; }
      |                      ^~~~~~~~
[ 70%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/TXPArchive.cpp.o
[ 71%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_MultiSwitch.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/txp/TXPArchive.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/osgWrappers/deprecated-dotosg/osgSim/IO_MultiSwitch.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgSim/IO_MultiSwitch.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; }
      |                      ^~~~~~~~
[ 71%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/RecordInputStream.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/osgDB/ObjectCache:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Registry.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/RecordInputStream.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/ObjectCache: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,
                 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/OpenFlight/Registry.h: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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 71%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_ObjectRecordData.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/osgSim/IO_ObjectRecordData.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/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/osgWrappers/deprecated-dotosg/osgSim/IO_ObjectRecordData.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; }
      |                      ^~~~~~~~
[ 71%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/TXPIO.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 71%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/Registry.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/txp/TXPIO.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/ObjectCache:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Registry.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Registry.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/ObjectCache: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,
                 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/OpenFlight/Registry.h: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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 71%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_OverlayNode.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/osgSim/OverlayNode:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgSim/IO_OverlayNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/osgSim/OverlayNode: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/osgSim/OverlayNode: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; }
      |                      ^~~~~~~~
[ 71%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/TXPNode.cpp.o
[ 71%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/ReservedRecords.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/osgPlugins/txp/TXPNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgPlugins/txp/TXPNode.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/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ObjectCache:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Registry.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ReservedRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[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/include/osgDB/ObjectCache: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,
                 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/OpenFlight/Registry.h: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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 71%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_Sector.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/osgSim/IO_Sector.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/osgSim/Sector:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgSim/IO_Sector.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/osgSim/IO_Sector.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 71%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/RoadRecords.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/OpenFlight/RoadRecords.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/ObjectCache:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/Registry.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/RoadRecords.cpp:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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/src/osgPlugins/OpenFlight/Registry.h: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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 72%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/TXPPagedLOD.cpp.o
[ 72%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_ShapeAttribute.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/osgPlugins/txp/TileMapper.h:24,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/TXPPagedLOD.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = 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/txp/TXPPagedLOD.cpp: In member function 'virtual osg::BoundingSphere txp::TXPPagedLOD::computeBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/TXPPagedLOD.cpp:136:67: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  136 |         result = osg::BoundingSphere(_userDefinedCenter,tempRadius);
      |                                                                   ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgSim/IO_ShapeAttribute.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; }
      |                      ^~~~~~~~
[ 72%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/TXPPageManager.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 72%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/TexturePaletteManager.cpp.o
[ 72%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/TXPParser.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltWriteResult.h:24,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ExportOptions.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/TexturePaletteManager.h:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/TexturePaletteManager.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/OpenFlight/FltWriteResult.h: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/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/TXPParser.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/src/osgPlugins/OpenFlight/TexturePaletteManager.cpp:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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/src/osgPlugins/txp/TXPParser.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/AlphaFunc:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/TXPParser.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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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):
      |         ^~~~~~~~~~~~~~~~~
[ 72%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.dir/IO_VisibilityGroup.cpp.o
[ 72%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/Vertex.cpp.o
[ 72%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/VertexPaletteManager.cpp.o
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/osgWrappers/deprecated-dotosg/osgSim/IO_VisibilityGroup.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgSim/IO_VisibilityGroup.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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/FltWriteResult.h:24,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/ExportOptions.h:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/VertexPaletteManager.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/VertexPaletteManager.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/OpenFlight/FltWriteResult.h: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,
                 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/OpenFlight/VertexPaletteManager.cpp: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):
      |         ^~~~~~~~~~~~~~~~~
[ 72%] Building CXX object src/osgWrappers/deprecated-dotosg/osgSim/CMakeFiles/osgdb_deprecated_osgsim.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/osgSim/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 72%] Building CXX object src/osgPlugins/txp/CMakeFiles/osgdb_txp.dir/TXPSeamLOD.cpp.o
[ 72%] Building CXX object src/osgPlugins/OpenFlight/CMakeFiles/osgdb_openflight.dir/VertexRecords.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/osgPlugins/txp/TXPSeamLOD.h:39,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/TXPSeamLOD.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/OpenFlight/Record.h:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/VertexRecords.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/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/OpenFlight/Record.h:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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/src/osgPlugins/txp/TXPArchive.h:43,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/TXPSeamLOD.cpp:2:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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,
                 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/osgPlugins/txp/TXPArchive.h:49:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 72%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgsim.so
[ 72%] Built target osgdb_deprecated_osgsim
[ 73%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/AlphaFuncProperty.cpp.o
[ 73%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_txp.so
[ 73%] Built target osgdb_txp
[ 73%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/AlphaFunc.cpp.o
[ 73%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_openflight.so
[ 73%] Built target osgdb_openflight
[ 73%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/CompositeProperty.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AlphaFunc.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AlphaFunc.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/AlphaFunc:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AlphaFunc.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/CompositeProperty.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/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/include/osgVolume/Property: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 73%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/CompositeLayer.cpp.o
[ 74%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/AnimationPathCallback.cpp.o
[ 74%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/FixedFunctionTechnique.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AnimationPathCallback.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AnimationPathCallback.cpp:16:
/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/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AnimationPathCallback.h: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/UpdateVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTechnique:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/FixedFunctionTechnique:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/FixedFunctionTechnique.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 74%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/CompositeProperty.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):
      |         ^~~~~~~~~~~~~~~~~
[ 74%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/AnimationPath.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AnimationPath.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AnimationPath.cpp:16:
/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; }
      |                      ^~~~~~~~
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ImageLayer.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AnimationPath.h: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/FixedFunctionTechnique.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/include/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/ImageLayer.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/osgVolume/Layer: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/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/osgVolume/Locator:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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; }
      |                      ^~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/AnisotropicLighting.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/osgPlugins/ive/AnisotropicLighting.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AnisotropicLighting.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Layer.cpp.o
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/ImageDetails.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/include/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/Layer.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/osgVolume/Layer: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/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/osgVolume/Locator:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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; }
      |                      ^~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/AutoTransform.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AutoTransform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AutoTransform.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AutoTransform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/LibraryWrapper.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AutoTransform.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/ImageLayer.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/osgVolume/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/AzimElevationSector.cpp.o
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Locator.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AzimElevationSector.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AzimElevationSector.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/osgSim/Sector:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AzimElevationSector.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/IsoSurfaceProperty.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/osgVolume/VolumeTile:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/Locator.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/osgVolume/VolumeTile: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/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/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile: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):
      |         ^~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/AzimSector.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AzimSector.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AzimSector.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/osgSim/Sector:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AzimSector.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; }
      |                      ^~~~~~~~
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/Layer.cpp.o
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Property.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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/Property.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/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/include/osgVolume/Property: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Billboard.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/osgPlugins/ive/Billboard.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/PropertyAdjustmentCallback.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):
      |         ^~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.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/osgVolume/VolumeTile:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/PropertyAdjustmentCallback.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/osgVolume/VolumeTile: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/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/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile: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):
      |         ^~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/BlendColor.cpp.o
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/LightingProperty.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlendColor.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlendColor.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/BlendColor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlendColor.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/RayTracedTechnique.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/osgVolume/VolumeTechnique:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/RayTracedTechnique:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/RayTracedTechnique.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/BlendEquation.cpp.o
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/Locator.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlendEquation.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlendEquation.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/BlendEquation:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlendEquation.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/ScalarProperty.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/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/ScalarProperty.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):
      |         ^~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/MaximumIntensityProjectionProperty.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/include/osgVolume/Property: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/BlendFunc.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlendFunc.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlendFunc.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/BlendFunc:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlendFunc.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/SwitchProperty.cpp.o
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/MultipassTechnique.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/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/SwitchProperty.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/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/include/osgVolume/Property: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/BlinkSequence.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlinkSequence.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlinkSequence.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/osgSim/BlinkSequence:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BlinkSequence.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/TransferFunctionProperty.cpp.o
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/Property.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/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/TransferFunctionProperty.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/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/include/osgVolume/Property: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/BumpMapping.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/osgPlugins/ive/BumpMapping.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/BumpMapping.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/Volume.cpp.o
[ 75%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/PropertyAdjustmentCallback.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/osgVolume/Volume:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/Volume.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/osgVolume/VolumeTile:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Volume: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/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/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile: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):
      |         ^~~~~~~~~~~~~~~~~
[ 75%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Camera.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/osgPlugins/ive/Camera.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Camera.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Camera.h: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; }
      |                      ^~~~~~~~
[ 75%] Building CXX object src/osgWrappers/deprecated-dotosg/osgVolume/CMakeFiles/osgdb_deprecated_osgvolume.dir/VolumeTile.cpp.o
[ 76%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/RayTracedTechnique.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/osgVolume/VolumeTile:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgVolume/VolumeTile.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/osgVolume/VolumeTile: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/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/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile: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):
      |         ^~~~~~~~~~~~~~~~~
[ 76%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/CameraView.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CameraView.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CameraView.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CameraView.h: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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):
      |         ^~~~~~~~~~~~~~~~~
[ 76%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/SampleDensityProperty.cpp.o
[ 76%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgvolume.so
[ 76%] Built target osgdb_deprecated_osgvolume
[ 76%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/Action.cpp.o
[ 76%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Cartoon.cpp.o
[ 76%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/ActionAnimation.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/osgPlugins/ive/Cartoon.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Cartoon.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):
      |         ^~~~~~~~~~~~~~~~~
[ 76%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/ActionBlendIn.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 76%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/SampleRatioProperty.cpp.o
[ 76%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/ActionBlendOut.cpp.o
[ 77%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/ActionCallback.cpp.o
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ClipNode.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/osgAnimation/LinkVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/AnimationManagerBase:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Timeline:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/ActionCallback.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/ActionStripAnimation.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/osgPlugins/ive/ClipNode.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ClipNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ClipNode.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/ScalarProperty.cpp.o
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/ActionVisitor.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/osgAnimation/LinkVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/AnimationManagerBase:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Timeline:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/ActionVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ClipPlane.cpp.o
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/Animation.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ClipPlane.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ClipPlane.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/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/osgPlugins/ive/ClipPlane.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/SwitchProperty.cpp.o
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/AnimationManagerBase.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/osgAnimation/LinkVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/AnimationManagerBase:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/AnimationManagerBase.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/BasicAnimationManager.cpp.o
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ClusterCullingCallback.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/osgAnimation/BasicAnimationManager:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/BasicAnimationManager.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ClusterCullingCallback:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ClusterCullingCallback.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ClusterCullingCallback.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; }
      |                      ^~~~~~~~
[ 78%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/TransferFunctionProperty.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/Bone.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/osgAnimation/Bone:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/Bone.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/BoneMapVisitor.cpp.o
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ColorMask.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/osgAnimation/Bone:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/BoneMapVisitor:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/BoneMapVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/TransparencyProperty.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ColorMask.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ColorMask.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/ColorMask:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ColorMask.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/Channel.cpp.o
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/LinkVisitor.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/osgAnimation/LinkVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/LinkVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/LinkVisitor.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):
      |         ^~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/CompositeLayer.cpp.o
[ 78%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/Volume.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/osgPlugins/ive/CompositeLayer.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CompositeLayer.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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/MorphGeometry.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/MorphGeometry.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ConeSector.cpp.o
[ 78%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/VolumeScene.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ConeSector.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ConeSector.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/osgSim/Sector:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ConeSector.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/RigGeometry.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/osgAnimation/Skeleton:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/RigGeometry:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/RigGeometry.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/RigGeometry:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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):
      |         ^~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ConvexPlanarOccluder.cpp.o
[ 78%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/VolumeSettings.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Object.h:6,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ConvexPlanarOccluder.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/src/osgPlugins/ive/DataInputStream.h: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/src/osgPlugins/ive/DataInputStream.h: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):
      |         ^~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/RigTransformHardware.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/MatrixTransform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Bone:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/RigTransformHardware:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/RigTransformHardware.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/RigGeometry:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/RigTransformHardware.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):
      |         ^~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ConvexPlanarPolygon.cpp.o
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/CoordinateSystemNode.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/osgPlugins/ive/CoordinateSystemNode.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CoordinateSystemNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CoordinateSystemNode.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/VolumeTechnique.cpp.o
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/RigTransformSoftware.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/osgAnimation/Bone:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/RigTransformSoftware:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/RigTransformSoftware.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/RigGeometry:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/RigTransformSoftware.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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/CullFace.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CullFace.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CullFace.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/CullFace:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CullFace.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Building CXX object src/osgWrappers/serializers/osgVolume/CMakeFiles/osgdb_serializers_osgvolume.dir/VolumeTile.cpp.o
[ 78%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/MorphTransformHardware.cpp.o
[ 78%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/DataInputStream.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/osgAnimation/Bone:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/MorphTransformHardware:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/MorphTransformHardware.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/MorphGeometry:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/MorphTransformHardware.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/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.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/src/osgPlugins/ive/DataInputStream.h: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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 78%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgvolume.so
[ 78%] Built target osgdb_serializers_osgvolume
[ 79%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/AntiSquish.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CameraView.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.cpp:67:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   59 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   64 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   37 |             _attitude(pat._attitude),
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PositionAttitudeTransform.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.cpp:76:
/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/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/osgManipulator/AntiSquish:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/AntiSquish.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 79%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/MorphTransformSoftware.cpp.o
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.cpp: In member function 'osg::Quat ive::DataInputStream::readQuat()':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.cpp:579:12: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  579 |     return q;
      |            ^
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 79%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/Command.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/osgAnimation/Bone:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/MorphTransformSoftware:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/MorphTransformSoftware.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/MorphGeometry:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/MorphTransformSoftware.cpp: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/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Command:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Command.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 79%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/Constraint.cpp.o
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/Skeleton.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Constraint.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Constraint.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/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/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/osgAnimation/Skeleton:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/Skeleton.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/StackedMatrixElement.cpp.o
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/StackedQuaternionElement.cpp.o
[ 80%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/Dragger.cpp.o
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/StackedQuaternionElement.cpp: In constructor 'osgAnimation::StackedQuaternionElement::StackedQuaternionElement(const std::string&, const osg::Quat&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/StackedQuaternionElement.cpp:19:108: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   19 | StackedQuaternionElement::StackedQuaternionElement(const std::string& name, const osg::Quat& quaternion) : _quaternion(quaternion) { setName(name); }
      |                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/osgAnimation/StackedTransformElement:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/StackedQuaternionElement:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/StackedQuaternionElement.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/src/osgAnimation/StackedQuaternionElement.cpp: In constructor 'osgAnimation::StackedQuaternionElement::StackedQuaternionElement(const osgAnimation::StackedQuaternionElement&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/StackedQuaternionElement.cpp:21:141: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   21 | StackedQuaternionElement::StackedQuaternionElement(const StackedQuaternionElement& rhs, const osg::CopyOp&) : StackedTransformElement(rhs), _quaternion(rhs._quaternion)
      |                                                                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[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/osgAnimation/StackedQuaternionElement.cpp: In constructor 'osgAnimation::StackedQuaternionElement::StackedQuaternionElement(const osg::Quat&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/StackedQuaternionElement.cpp:28:77: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   28 | StackedQuaternionElement::StackedQuaternionElement(const osg::Quat& quat) : _quaternion(quat) { setName("quaternion"); }
      |                                                                             ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/StackedRotateAxisElement.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Dragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/StackedScaleElement.cpp.o
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/StackedTransform.cpp.o
[ 80%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/DataOutputStream.cpp.o
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/StackedTranslateElement.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/ive/DataOutputStream.h:16,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataOutputStream.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/src/osgPlugins/ive/DataOutputStream.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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataOutputStream.h: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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/StatsVisitor.cpp.o
[ 80%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/Projector.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/CameraView.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataOutputStream.cpp:70:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   59 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   64 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   37 |             _attitude(pat._attitude),
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PositionAttitudeTransform.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataOutputStream.cpp:79:
/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/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/LinkVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/AnimationManagerBase:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Timeline:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/StatsVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/StatsHandler.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/include/osgManipulator/Projector:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Projector.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LineSegment:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Projector:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LineSegment:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Projector.cpp: In member function 'osg::Quat osgManipulator::SpherePlaneProjector::getRotation(const osg::Vec3d&, bool, const osg::Vec3d&, bool, float) const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Projector.cpp:401:16: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  401 |         return rotation;
      |                ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[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/osgManipulator/Projector.cpp:425:20: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  425 |             return rollRotation;
      |                    ^~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[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/osgManipulator/Projector.cpp:433:16: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  433 |         return totalRotation;
      |                ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[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/osgManipulator/Projector.cpp:450:16: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  450 |         return rotation;
      |                ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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/osgAnimation/StatsHandler.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/osgAnimation/StatsHandler.cpp:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/DatabasePager:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Renderer:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/StatsHandler.cpp: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/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/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/osgViewer/ViewerEventHandlers:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/StatsHandler.cpp:28:
/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; }
      |                      ^~~~~~~~
[ 80%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/RotateCylinderDragger.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/RotateCylinderDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/RotateCylinderDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 80%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Depth.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Depth.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Depth.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/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/osgPlugins/ive/Depth.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/Target.cpp.o
[ 80%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/RotateSphereDragger.cpp.o
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/TimelineAnimationManager.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/RotateSphereDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/RotateSphereDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 80%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/DirectionalSector.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/osgAnimation/LinkVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/AnimationManagerBase:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Timeline:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/TimelineAnimationManager.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DirectionalSector.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DirectionalSector.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/osgSim/Sector:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DirectionalSector.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; }
      |                      ^~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/Timeline.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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/LinkVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/AnimationManagerBase:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Timeline:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/Timeline.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 80%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/Scale1DDragger.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Scale1DDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Scale1DDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/UpdateBone.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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 80%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/DOFTransform.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/osgAnimation/UpdateBone.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgSim/DOFTransform:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DOFTransform.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DOFTransform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DOFTransform.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/UpdateMaterial.cpp.o
[ 80%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/Scale2DDragger.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/osgAnimation/UpdateMaterial.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Scale2DDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Scale2DDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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):
      |         ^~~~~~~~~~~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/UpdateMatrixTransform.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/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; }
      |                      ^~~~~~~~
[ 80%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Drawable.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/osgAnimation/UpdateMatrixTransform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = 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/osgAnimation/UpdateMatrixTransform.cpp: In copy constructor 'osgAnimation::UpdateMatrixTransform::UpdateMatrixTransform(const osgAnimation::UpdateMatrixTransform&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/UpdateMatrixTransform.cpp:26:70: warning: implicitly-declared 'osgAnimation::StackedTransform& osgAnimation::StackedTransform::operator=(const osgAnimation::StackedTransform&)' is deprecated [-Wdeprecated-copy]
   26 |     _transforms = StackedTransform(apc.getStackedTransforms(), copyop);
      |                                                                      ^
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/UpdateMatrixTransform:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/UpdateMatrixTransform.cpp:15:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/StackedTransform:29:9: note: because 'osgAnimation::StackedTransform' has user-provided 'osgAnimation::StackedTransform::StackedTransform(const osgAnimation::StackedTransform&, const osg::CopyOp&)'
   29 |         StackedTransform(const StackedTransform&, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
      |         ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/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/ive/Drawable.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Drawable.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 80%] Building CXX object src/osgAnimation/CMakeFiles/osgAnimation.dir/VertexInfluence.cpp.o
[ 80%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/ScaleAxisDragger.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/osgAnimation/Skeleton:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/RigGeometry:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/VertexInfluence.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/RigGeometry:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Scale1DDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/ScaleAxisDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/ScaleAxisDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 81%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/DrawArrayLengths.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawArrayLengths.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawArrayLengths.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/PrimitiveSet:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawArrayLengths.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 81%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/TabBoxDragger.cpp.o
[ 82%] Linking CXX shared library ../../lib/libosgAnimation.so
[ 82%] Built target osgAnimation
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Translate2DDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TranslatePlaneDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TabPlaneDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TabBoxDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/TabBoxDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 82%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/Widget.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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 82%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/DrawArrays.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/osgUI/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawArrays.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawArrays.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/PrimitiveSet:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawArrays.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 82%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/TabBoxTrackballDragger.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/RotateCylinderDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TrackballDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TabBoxTrackballDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/TabBoxTrackballDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 82%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/DrawElementsUByte.cpp.o
[ 82%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/ColorPalette.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawElementsUByte.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawElementsUByte.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/PrimitiveSet:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawElementsUByte.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 82%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/Label.cpp.o
[ 82%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/TabPlaneDragger.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Translate2DDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TranslatePlaneDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TabPlaneDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/TabPlaneDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgUI/Widget:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Label:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/Label.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Widget:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/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; }
      |                      ^~~~~~~~
[ 82%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/DrawElementsUInt.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawElementsUInt.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawElementsUInt.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/PrimitiveSet:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawElementsUInt.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; }
      |                      ^~~~~~~~
[ 82%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/LineEdit.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 82%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/TabPlaneTrackballDragger.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/osgUI/Widget:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/LineEdit:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/LineEdit.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Widget: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/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/RotateCylinderDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TrackballDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TabPlaneTrackballDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/TabPlaneTrackballDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 82%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/DrawElementsUShort.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawElementsUShort.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawElementsUShort.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/PrimitiveSet:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DrawElementsUShort.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; }
      |                      ^~~~~~~~
[ 82%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/TrackballDragger.cpp.o
[ 82%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/Dialog.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgUI/Widget:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Dialog:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/Dialog.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/RotateCylinderDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TrackballDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/TrackballDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Widget: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/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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 82%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Effect.cpp.o
[ 82%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/Popup.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/osgPlugins/ive/Effect.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Effect.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):
      |         ^~~~~~~~~~~~~~~~~
[ 82%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/Translate1DDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Widget:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Popup:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/Popup.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Widget: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/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Translate1DDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Translate1DDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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/PositionAttitudeTransform:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Popup: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/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/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; }
      |                      ^~~~~~~~
[ 82%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ElevationSector.cpp.o
[ 82%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/PushButton.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ElevationSector.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ElevationSector.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/osgSim/Sector:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ElevationSector.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/src/osgPlugins/ive/DataInputStream.h: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):
      |         ^~~~~~~~~~~~~~~~~
[ 83%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/Translate2DDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgUI/Widget:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/PushButton:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/PushButton.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Widget: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/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Translate2DDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/Translate2DDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 83%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/EllipsoidModel.cpp.o
[ 83%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/ComboBox.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Object.h:6,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/EllipsoidModel.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/src/osgPlugins/ive/DataInputStream.h: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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 83%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/TranslateAxisDragger.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/osgUI/Widget:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Popup:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/ComboBox:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/ComboBox.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Widget: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/PositionAttitudeTransform:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Popup: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/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/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Translate1DDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TranslateAxisDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/TranslateAxisDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 83%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Exception.cpp.o
[ 83%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/FadeText.cpp.o
[ 84%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/Callbacks.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/osgPlugins/ive/FadeText.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/FadeText.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Callbacks:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/Callbacks.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 84%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/TranslatePlaneDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventVisitor:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Constraint:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Dragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/Translate2DDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgManipulator/TranslatePlaneDragger:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/TranslatePlaneDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgManipulator/Dragger:23:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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; }
      |                      ^~~~~~~~
[ 84%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/Style.cpp.o
[ 84%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Fog.cpp.o
[ 84%] Building CXX object src/osgManipulator/CMakeFiles/osgManipulator.dir/Version.cpp.o
[ 84%] Linking CXX shared library ../../lib/libosgManipulator.so
[ 84%] Built target osgManipulator
In file included from /home/pbulk/build/graphics/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Fog.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Fog.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/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/osgPlugins/ive/Fog.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; }
      |                      ^~~~~~~~
[ 84%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Box.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/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/osgUI/Style:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/Style.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgUI/Style.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 84%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/FragmentProgram.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/FragmentProgram.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/FragmentProgram.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/FragmentProgram:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/FragmentProgram.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 84%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Browser.cpp.o
[ 84%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/AlignmentSettings.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Style:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/AlignmentSettings.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/AlignmentSettings.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 84%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/FrontFace.cpp.o
[ 84%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/FrameSettings.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/FrontFace.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/FrontFace.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/FrontFace:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/FrontFace.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; }
      |                      ^~~~~~~~
[ 84%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/TabWidget.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 84%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/PdfReader.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/osgUI/Widget:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Popup:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/TabWidget:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/TabWidget.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Widget: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/PositionAttitudeTransform:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUI/Popup: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/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; }
      |                      ^~~~~~~~
[ 84%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Geode.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Node.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Geode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Node.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 84%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/TextSettings.cpp.o
[ 84%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/VncClient.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/osgUI/TextSettings.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 84%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Geometry.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/ive/Geometry.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/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; }
      |                      ^~~~~~~~
[ 84%] Building CXX object src/osgUI/CMakeFiles/osgUI.dir/Validator.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 84%] Linking CXX shared library ../../lib/libosgUI.so
[ 84%] Built target osgUI
[ 84%] Building CXX object src/osgWrappers/serializers/osgViewer/CMakeFiles/osgdb_serializers_osgviewer.dir/AcrossAllScreens.cpp.o
[ 84%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Canvas.cpp.o
[ 84%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Group.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Node.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Group.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Node.h: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,
                 from /home/pbulk/build/graphics/osg/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/osgPlugins/ive/PositionAttitudeTransform.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Group.cpp:24:
/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; }
      |                      ^~~~~~~~
[ 84%] Building CXX object src/osgWrappers/serializers/osgViewer/CMakeFiles/osgdb_serializers_osgviewer.dir/Config.cpp.o
[ 84%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Frame.cpp.o
[ 85%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/HeightFieldLayer.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/osgPlugins/ive/HeightFieldLayer.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/HeightFieldLayer.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 85%] Building CXX object src/osgWrappers/serializers/osgViewer/CMakeFiles/osgdb_serializers_osgviewer.dir/Keystone.cpp.o
[ 85%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Image.cpp.o
[ 85%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Input.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Image.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Image.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/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/ive/Image.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 85%] Building CXX object src/osgWrappers/serializers/osgViewer/CMakeFiles/osgdb_serializers_osgviewer.dir/PanoramicSphericalDisplay.cpp.o
[ 85%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ImageLayer.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/osgPlugins/ive/ImageLayer.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ImageLayer.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 85%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Label.cpp.o
[ 85%] Building CXX object src/osgWrappers/serializers/osgViewer/CMakeFiles/osgdb_serializers_osgviewer.dir/SingleScreen.cpp.o
[ 85%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ImageSequence.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ImageSequence.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ImageSequence.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/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/osgPlugins/ive/ImageSequence.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 85%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Lua.cpp.o
[ 85%] Building CXX object src/osgWrappers/serializers/osgViewer/CMakeFiles/osgdb_serializers_osgviewer.dir/SingleWindow.cpp.o
[ 85%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Impostor.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/osgSim/Impostor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Impostor.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Impostor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 85%] Building CXX object src/osgWrappers/serializers/osgViewer/CMakeFiles/osgdb_serializers_osgviewer.dir/SphericalDisplay.cpp.o
[ 86%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Python.cpp.o
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.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/osgPlugins/ive/Layer.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Layer.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 86%] Building CXX object src/osgWrappers/serializers/osgViewer/CMakeFiles/osgdb_serializers_osgviewer.dir/WoWVxDisplay.cpp.o
[ 86%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/StyleManager.cpp.o
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Light.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Light.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Light.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/Light:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Light.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 86%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgviewer.so
[ 86%] Built target osgdb_serializers_osgviewer
[ 86%] Building CXX object src/osgPlugins/view/CMakeFiles/osgdb_osgviewer.dir/ReaderWriterOsgViewer.cpp.o
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/LightModel.cpp.o
[ 86%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Table.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/osgViewer/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/view/ReaderWriterOsgViewer.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightModel.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightModel.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/LightModel:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightModel.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; }
      |                      ^~~~~~~~
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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/PolytopeIntersector:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/LightPoint.cpp.o
[ 86%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osgviewer.so
[ 86%] Built target osgdb_osgviewer
[ 86%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Util.cpp.o
[ 86%] Building CXX object src/osgPlugins/cfg/CMakeFiles/osgdb_cfg.dir/CameraConfig.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightPoint.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightPoint.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/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/src/osgPlugins/ive/LightPoint.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/cfg/CameraConfig.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/osgPlugins/cfg/CameraConfig.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,
                 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/LightPointNode.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/osgPlugins/ive/LightPointNode.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightPointNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightPointNode.h: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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 86%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Version.cpp.o
[ 86%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/ViewerEventHandlers.cpp.o
[ 86%] Building CXX object src/osgPlugins/cfg/CMakeFiles/osgdb_cfg.dir/Camera.cpp.o
[ 86%] Building CXX object src/osgPlugins/cfg/CMakeFiles/osgdb_cfg.dir/ConfigLexer.cpp.o
ConfigLexer.cpp: In member function 'virtual int yyFlexLexer::yylex()':
ConfigLexer.cpp:827:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:828:17: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:828:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:829:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:876:21: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp: In member function 'int yyFlexLexer::yy_get_next_buffer()':
ConfigLexer.cpp:1593:17: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:1594:17: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:1595:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:1595:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp: In member function 'yy_state_type yyFlexLexer::yy_get_previous_state()':
ConfigLexer.cpp:1725:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:1726:17: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:1732:20: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp: In member function 'yy_state_type yyFlexLexer::yy_try_NUL_trans(yy_state_type)':
ConfigLexer.cpp:1759:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:1760:17: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:1762:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp: At global scope:
ConfigLexer.cpp:1781:50: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp: In member function 'void yyFlexLexer::yyunput(int, char*)':
ConfigLexer.cpp:1783:17: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:1791:16: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:1792:18: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
ConfigLexer.cpp:1794:18: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightPointNode.cpp: In member function 'void ive::LightPointNode::read(ive::DataInputStream*)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightPointNode.cpp:77:52: warning: array subscript 0 is outside array bounds of 'osgSim::LightPoint [1]' [-Warray-bounds]
   77 |             ((ive::LightPoint*)(&lightPoint))->read(in);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightPointNode.cpp:76:32: note: at offset -8 into object 'lightPoint' of size 64
   76 |             osgSim::LightPoint lightPoint;
      |                                ^~~~~~~~~~
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/LightSource.cpp.o
[ 86%] Building CXX object src/osgPlugins/cfg/CMakeFiles/osgdb_cfg.dir/ConfigParser.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/osgPlugins/ive/LightSource.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightSource.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LightSource.h: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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group: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/osgViewer/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/CameraConfig.h:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/ConfigParser.cpp:235:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/PolytopeIntersector:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View: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/src/osgPlugins/cfg/CameraConfig.h: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; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/ConfigParser.cpp: In function 'int ConfigParser_parse()':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/ConfigParser.cpp:1178:16: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 1178 |   register int yystate;
      |                ^~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/ConfigParser.cpp:1179:16: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 1179 |   register int yyn;
      |                ^~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/ConfigParser.cpp:1197:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 1197 |   register short *yyssp;
      |                   ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/ConfigParser.cpp:1202:21: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 1202 |   register YYSTYPE *yyvsp;
      |                     ^~~~~
[ 86%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Widget.cpp.o
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/LineStipple.cpp.o
[ 86%] Building CXX object src/osgPlugins/cfg/CMakeFiles/osgdb_cfg.dir/ReaderWriterCFG.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LineStipple.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LineStipple.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/LineStipple:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LineStipple.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/src/osgPlugins/cfg/ReaderWriterCFG.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/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/osgViewer/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/CameraConfig.h:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/ReaderWriterCFG.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/PolytopeIntersector:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View: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/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; }
      |                      ^~~~~~~~
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/LineWidth.cpp.o
[ 86%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/Window.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LineWidth.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LineWidth.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/LineWidth:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LineWidth.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 86%] Building CXX object src/osgPlugins/cfg/CMakeFiles/osgdb_cfg.dir/RenderSurface.cpp.o
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/RenderSurface.cpp: In member function 'void osgProducer::RenderSurface::setInputRectangle(const InputRectangle&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/RenderSurface.cpp:382:23: warning: implicitly-declared 'constexpr osgProducer::RenderSurface::InputRectangle& osgProducer::RenderSurface::InputRectangle::operator=(const osgProducer::RenderSurface::InputRectangle&)' is deprecated [-Wdeprecated-copy]
  382 |     _inputRectangle = inputRectangle;
      |                       ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/RenderSurface.cpp:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/RenderSurface.h:69:17: note: because 'osgProducer::RenderSurface::InputRectangle' has user-provided 'osgProducer::RenderSurface::InputRectangle::InputRectangle(const osgProducer::RenderSurface::InputRectangle&)'
   69 |                 InputRectangle(const InputRectangle &ir)
      |                 ^~~~~~~~~~~~~~
[ 86%] Building CXX object src/osgPlugins/cfg/CMakeFiles/osgdb_cfg.dir/VisualChooser.cpp.o
[ 86%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_cfg.so
[ 86%] Built target osgdb_cfg
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Locator.cpp.o
[ 86%] Building CXX object src/osgWrappers/deprecated-dotosg/osgViewer/CMakeFiles/osgdb_deprecated_osgviewer.dir/CompositeViewer.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/osgPlugins/ive/Locator.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Locator.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/UpdateVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/CompositeViewer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgViewer/CompositeViewer.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Locator.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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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):
      |         ^~~~~~~~~~~~~~~~~
[ 86%] Building CXX object src/osgWidget/CMakeFiles/osgWidget.dir/WindowManager.cpp.o
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/LOD.cpp.o
[ 86%] Building CXX object src/osgWrappers/deprecated-dotosg/osgViewer/CMakeFiles/osgdb_deprecated_osgviewer.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/LOD:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LOD.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LOD.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/LOD.h: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,
                 from /home/pbulk/build/graphics/osg/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/src/osgWrappers/deprecated-dotosg/osgViewer/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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 86%] Building CXX object src/osgWrappers/deprecated-dotosg/osgViewer/CMakeFiles/osgdb_deprecated_osgviewer.dir/View.cpp.o
[ 86%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Material.cpp.o
[ 86%] Linking CXX shared library ../../lib/libosgWidget.so
[ 86%] Built target osgWidget
[ 86%] Building CXX object applications/osgviewer/CMakeFiles/application_osgviewer.dir/osgviewer.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/osgViewer/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgViewer/View.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Material.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Material.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/Material:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Material.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; }
      |                      ^~~~~~~~
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/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18,
                 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/include/osgViewer/View: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/ReadFile:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/osgviewer/osgviewer.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/ViewerEventHandlers:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/osgviewer/osgviewer.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; }
      |                      ^~~~~~~~
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/MatrixTransform.cpp.o
[ 87%] Building CXX object src/osgWrappers/deprecated-dotosg/osgViewer/CMakeFiles/osgdb_deprecated_osgviewer.dir/Viewer.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/ive/MatrixTransform.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/MatrixTransform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/MatrixTransform.h: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,
                 from /home/pbulk/build/graphics/osg/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/osgGA/EventVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Viewer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgViewer/Viewer.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventVisitor:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Linking CXX executable ../../bin/osgviewer
[ 87%] Built target application_osgviewer
[ 87%] Building CXX object applications/osgarchive/CMakeFiles/application_osgarchive.dir/osgarchive.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/include/osgDB/Archive:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/osgarchive/osgarchive.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Multisample.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/Archive: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/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Multisample.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Multisample.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/Multisample:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Multisample.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; }
      |                      ^~~~~~~~
[ 87%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgviewer.so
[ 87%] Built target osgdb_deprecated_osgviewer
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Building CXX object applications/osgconv/CMakeFiles/application_osgconv.dir/OrientationConverter.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/MatrixTransform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/osgconv/OrientationConverter.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/osgconv/OrientationConverter.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; }
      |                      ^~~~~~~~
[ 87%] Linking CXX executable ../../bin/osgarchive
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Built target application_osgarchive
[ 87%] Building CXX object applications/osgfilecache/CMakeFiles/application_osgfilecache.dir/osgfilecache.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/applications/osgfilecache/osgfilecache.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/applications/osgfilecache/osgfilecache.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; }
      |                      ^~~~~~~~
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/MultiSwitch.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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Building CXX object applications/osgconv/CMakeFiles/application_osgconv.dir/osgconv.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/osgPlugins/ive/MultiSwitch.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/MultiSwitch.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/MultiSwitch.h: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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/osgconv/osgconv.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/applications/osgconv/osgconv.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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Linking CXX executable ../../bin/osgfilecache
[ 87%] Built target application_osgfilecache
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/MultiTextureControl.cpp.o
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Action.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/osgPlugins/ive/MultiTextureControl.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/MultiTextureControl.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/MultiTextureControl.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Linking CXX executable ../../bin/osgconv
[ 87%] Built target application_osgconv
[ 87%] Building CXX object src/osgPlugins/bvh/CMakeFiles/osgdb_bvh.dir/ReaderWriterBVH.cpp.o
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionAnimation.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/bvh/ReaderWriterBVH.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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Node.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(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/ive/Node.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Node.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionBlendIn.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Node.h: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,
                 from /home/pbulk/build/graphics/osg/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/osgAnimation/Sampler:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Channel:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/AnimationUpdateCallback:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/UpdateMatrixTransform:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/UpdateBone:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bvh/ReaderWriterBVH.cpp:11:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Quat]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Quat>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Vec3f]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Vec3f>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/AnimationPathCallback.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Node.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; }
      |                      ^~~~~~~~
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionBlendOut.cpp.o
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Object.cpp.o
[ 87%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_bvh.so
[ 87%] Built target osgdb_bvh
[ 87%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/ReaderWriterGLES.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Object.h:6,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Object.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/src/osgPlugins/ive/DataInputStream.h: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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/gles/ReaderWriterGLES.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionStripAnimation.cpp.o
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/OccluderNode.cpp.o
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Animation.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/osgPlugins/ive/OccluderNode.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/OccluderNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/OccluderNode.h: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/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/osgAnimation/Sampler:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Channel:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Animation:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgAnimation/Animation.cpp:1:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osgAnimation::TemplateCubicBezier<osg::Vec4f>]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osgAnimation::TemplateCubicBezier<osg::Vec4f> >' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osgAnimation::TemplateCubicBezier<osg::Vec3f>]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osgAnimation::TemplateCubicBezier<osg::Vec3f> >' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osgAnimation::TemplateCubicBezier<osg::Vec2f>]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osgAnimation::TemplateCubicBezier<osg::Vec2f> >' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osgAnimation::TemplateCubicBezier<double>]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osgAnimation::TemplateCubicBezier<double> >' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osgAnimation::TemplateCubicBezier<float>]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osgAnimation::TemplateCubicBezier<float> >' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Matrixf]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Matrixf>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Quat]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Quat>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Vec4f]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Vec4f>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Vec3f]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Vec3f>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Vec2f]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Vec2f>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = float]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<float>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = double]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<double>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/OcclusionQueryNode.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/osgPlugins/ive/OcclusionQueryNode.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/AABBonBoneVisitor.cpp.o
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/AnimationManagerBase.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/gles/AABBonBoneVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/AABBonBoneVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/PagedLOD.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/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group: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/osgPlugins/ive/PagedLOD.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PagedLOD.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PagedLOD.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/BasicAnimationManager.cpp.o
[ 87%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/AnimationCleanerVisitor.cpp.o
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Point.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/gles/AnimationCleanerVisitor:14,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/AnimationCleanerVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/gles/AnimationCleanerVisitor: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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Bone.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Point.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Point.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/Point:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Point.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/LibraryWrapper.cpp.o
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/PointSprite.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PointSprite.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PointSprite.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/PointSprite:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PointSprite.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/BindPerVertexVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/GeometryUniqueVisitor:16,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/BindPerVertexVisitor:16,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/BindPerVertexVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/gles/GeometryUniqueVisitor: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):
      |         ^~~~~~~~~~~~~~~~~
[ 87%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/MorphGeometry.cpp.o
[ 87%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PolygonMode.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PolygonMode.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/PolygonMode:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PolygonMode.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 88%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigComputeBoundingBoxCallback.cpp.o
[ 88%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.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/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PolygonOffset.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PolygonOffset.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/PolygonOffset:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PolygonOffset.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 88%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigGeometry.cpp.o
[ 88%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/PolygonStipple.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PolygonStipple.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PolygonStipple.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/PolygonStipple:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PolygonStipple.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 88%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigTransform.cpp.o
[ 88%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/PositionAttitudeTransform.cpp.o
[ 88%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/DetachPrimitiveVisitor.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/osgPlugins/ive/PositionAttitudeTransform.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PositionAttitudeTransform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PositionAttitudeTransform.h: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; }
      |                      ^~~~~~~~
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/gles/GeometryUniqueVisitor:16,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/DetachPrimitiveVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/DetachPrimitiveVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/DetachPrimitiveVisitor:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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/osgPlugins/gles/GeometryUniqueVisitor: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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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):
      |         ^~~~~~~~~~~~~~~~~
[ 88%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Skeleton.cpp.o
[ 88%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/GeometryIndexSplitter.cpp.o
[ 88%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/PrimitiveSet.cpp.o
[ 88%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedMatrixElement.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/gles/GeometryIndexSplitter:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/GeometryIndexSplitter.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/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Object.h:6,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/PrimitiveSet.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/src/osgPlugins/ive/DataInputStream.h: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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 88%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedQuaternionElement.cpp.o
[ 89%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Program.cpp.o
[ 89%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedRotateAxisElement.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Program.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Program.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/Program:28,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Program.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 89%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/SubGeometry.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/gles/SubGeometry:10,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/SubGeometry.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/src/osgPlugins/gles/SubGeometry:9:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 89%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedScaleElement.cpp.o
[ 89%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ProxyNode.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/WriteFile:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ProxyNode.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/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/WriteFile: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/WriteFile: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/WriteFile: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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 89%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedTransformElement.cpp.o
[ 89%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedTranslateElement.cpp.o
[ 89%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/OpenGLESGeometryOptimizer.cpp.o
[ 89%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ReaderWriterIVE.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/OpenGLESGeometryOptimizer:16,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/OpenGLESGeometryOptimizer.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/gles/AABBonBoneVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/OpenGLESGeometryOptimizer: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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/ive/MatrixTransform.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReaderWriterIVE.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/MatrixTransform.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 89%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Timeline.cpp.o
[ 89%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/TimelineAnimationManager.cpp.o
[ 89%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Scissor.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Scissor.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Scissor.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/Scissor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Scissor.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 89%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateBone.cpp.o
[ 89%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Scribe.cpp.o
[ 89%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateFloatUniform.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/osgPlugins/ive/Scribe.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Scribe.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 89%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMaterial.cpp.o
[ 89%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Sequence.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/Sequence:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Sequence.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Sequence.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Sequence.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 89%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMatrixTransform.cpp.o
[ 89%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ShadeModel.cpp.o
[ 89%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RemapGeometryVisitor.cpp.o
[ 90%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMatrixfUniform.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/gles/RemapGeometryVisitor:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/RemapGeometryVisitor.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/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ShadeModel.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ShadeModel.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/ShadeModel:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ShadeModel.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 90%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMorph.cpp.o
[ 90%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Shader.cpp.o
[ 91%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RigAnimationVisitor.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Shader.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Shader.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/src/osgPlugins/ive/Shader.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/UpdateVisitor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/RigAnimationVisitor:16,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/RigAnimationVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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):
      |         ^~~~~~~~~~~~~~~~~
[ 91%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMorphGeometry.cpp.o
[ 91%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/ShapeAttributeList.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ShapeAttributeList.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ShapeAttributeList.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/src/osgPlugins/ive/DataInputStream.h: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/src/osgPlugins/ive/DataInputStream.h: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 91%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/RigAttributesVisitor.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/gles/GeometryUniqueVisitor:16,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/RigAttributesVisitor:6,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/RigAttributesVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/gles/GeometryUniqueVisitor: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):
      |         ^~~~~~~~~~~~~~~~~
[ 91%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateRigGeometry.cpp.o
[ 91%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Shape.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Shape.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Shape.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; }
      |                      ^~~~~~~~
[ 91%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/TriangleMeshSmoother.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Shape.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,
                 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/gles/TriangleMeshSmoother:11,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/TriangleMeshSmoother.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 91%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateSkeleton.cpp.o
[ 91%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.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/src/osgPlugins/ive/Drawable.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ShapeDrawable.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 91%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec2fUniform.cpp.o
[ 91%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/TangentSpaceVisitor.cpp.o
[ 91%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/SpecularHighlights.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/TangentSpaceGenerator:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/TangentSpaceVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/TangentSpaceVisitor.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; }
      |                      ^~~~~~~~
[ 91%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec3fUniform.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/SpecularHighlights:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/SpecularHighlights.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/SpecularHighlights.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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; }
      |                      ^~~~~~~~
[ 91%] Building CXX object src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec4fUniform.cpp.o
[ 91%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/StateSet.cpp.o
[ 91%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/IndexMeshVisitor.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/StateSet.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/StateSet.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/src/osgPlugins/ive/StateSet.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/gles/IndexMeshVisitor.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 91%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osganimation.so
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/IndexMeshVisitor.cpp: In member function 'virtual void IndexMeshVisitor::process(osg::Geometry&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/IndexMeshVisitor.cpp:58:39: warning: declaration of 'IndexList' shadows a member of 'IndexMeshVisitor' [-Wshadow]
   58 |     typedef std::vector<unsigned int> IndexList;
      |                                       ^~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/IndexMeshVisitor.cpp:12:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/IndexMeshVisitor:27:39: note: shadowed declaration is here
   27 |     typedef std::vector<unsigned int> IndexList;
      |                                       ^~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/IndexMeshVisitor.cpp:67:14: warning: implicitly-declared 'glesUtil::VertexAttribComparitor::VertexAttribComparitor(const glesUtil::VertexAttribComparitor&)' is deprecated [-Wdeprecated-copy]
   67 |     std::sort(indices.begin(), indices.end(), arrayComparitor);
      |     ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/IndexMeshVisitor.cpp:11:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/glesUtil:257:37: note: because 'glesUtil::VertexAttribComparitor' has user-provided 'glesUtil::VertexAttribComparitor& glesUtil::VertexAttribComparitor::operator=(const glesUtil::VertexAttribComparitor&)'
  257 |             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/osgPlugins/gles/IndexMeshVisitor.cpp:2:
/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<unsigned int*, vector<unsigned int, allocator<unsigned int> > >; _Compare = glesUtil::VertexAttribComparitor]'
 4842 |          _Compare __comp)
      |          ~~~~~~~~~^~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/IndexMeshVisitor.cpp:124:26: warning: implicitly-declared 'constexpr glesUtil::RemapArray::RemapArray(const glesUtil::RemapArray&)' is deprecated [-Wdeprecated-copy]
  124 |     remapGeometryVertices(ra, geom);
      |     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/glesUtil:227:21: note: because 'glesUtil::RemapArray' has user-provided 'glesUtil::RemapArray& glesUtil::RemapArray::operator=(const glesUtil::RemapArray&)'
  227 |         RemapArray& operator= (const RemapArray&) { return *this; }
      |                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/IndexMeshVisitor.cpp:18:39: note:   initializing argument 1 of 'void remapGeometryVertices(glesUtil::RemapArray, osg::Geometry&)'
   18 | void remapGeometryVertices(RemapArray ra, osg::Geometry& geom)
      |                            ~~~~~~~~~~~^~
[ 91%] Built target osgdb_serializers_osganimation
[ 91%] Building CXX object src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/Animation.cpp.o
[ 91%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Stencil.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/osgjs/WriteVisitor:7,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgjs/Animation.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/Keyframe:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Sampler:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Channel:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Animation:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgjs/Animation.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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         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/src/osgPlugins/osgjs/Animation.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/PositionAttitudeTransform:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgjs/WriteVisitor:15:
/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/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Stencil.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Stencil.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/Stencil:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Stencil.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 91%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/StencilTwoSided.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/StencilTwoSided.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/StencilTwoSided.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/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/osgPlugins/ive/StencilTwoSided.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; }
      |                      ^~~~~~~~
[ 91%] Building CXX object src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/Base64.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):
      |         ^~~~~~~~~~~~~~~~~
[ 91%] Building CXX object src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/JSON_Objects.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 91%] Building CXX object src/osgPlugins/gles/CMakeFiles/osgdb_gles.dir/UnIndexMeshVisitor.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/gles/UnIndexMeshVisitor.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/osgDB/WriteFile:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgjs/JSON_Objects.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/Matrix:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgjs/JSON_Objects:8,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgjs/JSON_Objects.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/osgDB/WriteFile: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/WriteFile: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/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/src/osgPlugins/osgjs/JSON_Objects:9:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const 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/osgPlugins/osgjs/WriteVisitor:15,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgjs/JSON_Objects.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),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[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; }
      |                      ^~~~~~~~
[ 91%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Switch.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/osgPlugins/ive/Switch.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Switch.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Switch.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 92%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/SwitchLayer.cpp.o
[ 92%] Building CXX object src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/ReaderWriterJSON.cpp.o
[ 92%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_gles.so
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/osgPlugins/ive/SwitchLayer.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/SwitchLayer.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/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; }
      |                      ^~~~~~~~
[ 92%] Built target osgdb_gles
[ 92%] Building CXX object src/osgWrappers/deprecated-dotosg/osgAnimation/CMakeFiles/osgdb_deprecated_osganimation.dir/Matrix.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgjs/ReaderWriterJSON.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgjs/ReaderWriterJSON.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/PositionAttitudeTransform:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgjs/ReaderWriterJSON.cpp:10:
/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/include/osgDB/Input:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgAnimation/Matrix.h:6,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgAnimation/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgAnimation/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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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):
      |         ^~~~~~~~~~~~~~~~~
[ 92%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Terrain.cpp.o
[ 92%] Building CXX object src/osgWrappers/deprecated-dotosg/osgAnimation/CMakeFiles/osgdb_deprecated_osganimation.dir/ReaderWriter.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/osgPlugins/ive/Terrain.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Terrain.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/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/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 92%] Building CXX object src/osgPlugins/osgjs/CMakeFiles/osgdb_osgjs.dir/WriteVisitor.cpp.o
[ 92%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/TerrainTile.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Sampler:26,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Channel:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Animation:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/LinkVisitor:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/AnimationManagerBase:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgAnimation/ReaderWriter.cpp:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Quat]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Quat>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:17:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Vec4f]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Vec4f>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Vec3f]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Vec3f>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = osg::Vec2f]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osg::Vec2f>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = float]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<float>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe: In instantiation of 'unsigned int osgAnimation::TemplateKeyframeContainer<T>::linearInterpolationDeduplicate() [with T = double]':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:87:30:   required from here
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<double>' [-Wshadow]
  108 |             for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
      |                                                     ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MixinVector:39:44: note: shadowed declaration is here
   39 |     typedef typename vector_type::iterator iterator;
      |                                            ^~~~~~~~
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/osgjs/WriteVisitor:7,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgjs/WriteVisitor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgjs/WriteVisitor: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/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/osgPlugins/ive/TerrainTile.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TerrainTile.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         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,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgjs/WriteVisitor:15:
/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; }
      |                      ^~~~~~~~
[ 92%] Building CXX object src/osgWrappers/deprecated-dotosg/osgAnimation/CMakeFiles/osgdb_deprecated_osganimation.dir/StackedTransform.cpp.o
[ 92%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/TexEnvCombine.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/osgAnimation/StackedTransform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/include/osgAnimation/StackedTransformElement:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/StackedTranslateElement:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgAnimation/StackedTransform.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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexEnvCombine.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexEnvCombine.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/TexEnv:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnvCombine:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexEnvCombine.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 92%] Building CXX object src/osgWrappers/deprecated-dotosg/osgAnimation/CMakeFiles/osgdb_deprecated_osganimation.dir/UpdateMaterial.cpp.o
[ 92%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/TexEnv.cpp.o
[ 92%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osgjs.so
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/osgAnimation/UpdateMaterial.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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/Input: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; }
      |                      ^~~~~~~~
[ 92%] Built target osgdb_osgjs
[ 92%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/AntiSquish.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexEnv.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexEnv.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/TexEnv:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexEnv.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 92%] Building CXX object src/osgWrappers/deprecated-dotosg/osgAnimation/CMakeFiles/osgdb_deprecated_osganimation.dir/UpdateMatrixTransform.cpp.o
[ 92%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/CompositeDragger.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/osgAnimation/UpdateMatrixTransform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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/Input: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 92%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.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/include/osg/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexGen.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexGen.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/osg/Plane:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexGen:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexGen.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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/TexGen: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 93%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osganimation.so
[ 93%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/Dragger.cpp.o
[ 93%] Built target osgdb_deprecated_osganimation
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/AlignmentSettings.cpp.o
[ 93%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/TexGenNode.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/osgPlugins/ive/TexGenNode.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexGenNode.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexGenNode.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/ColorPalette.cpp.o
[ 93%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/LibraryWrapper.cpp.o
[ 93%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/TexMat.cpp.o
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/ComboBox.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexMat.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexMat.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/TexMat:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TexMat.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/RotateCylinderDragger.cpp.o
[ 93%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Text3D.cpp.o
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/Dialog.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/osgPlugins/ive/Text3D.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Text3D.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/RotateSphereDragger.cpp.o
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/DoubleValidator.cpp.o
[ 93%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Text.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Text.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Text.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; }
      |                      ^~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/Scale1DDragger.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/FrameSettings.cpp.o
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/IntValidator.cpp.o
[ 93%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Texture1D.cpp.o
[ 93%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/Scale2DDragger.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/osgPlugins/ive/Texture1D.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture1D.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture1D.h: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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/Item.cpp.o
[ 93%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Texture2D.cpp.o
[ 93%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/ScaleAxisDragger.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/ive/Texture2D.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture2D.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture2D.h: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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/Label.cpp.o
[ 93%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.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/Texture2DArray:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture2DArray.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/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/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):
      |         ^~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/TabBoxDragger.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture2DArray.h: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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/LineEdit.cpp.o
[ 93%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.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/Texture3D:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture3D.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture3D.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):
      |         ^~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/TabBoxTrackballDragger.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture3D.h: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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/Popup.cpp.o
[ 93%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.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/src/osgPlugins/ive/Texture.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Texture.h: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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 93%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/TabPlaneDragger.cpp.o
[ 93%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/PushButton.cpp.o
[ 94%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/TextureCubeMap.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureCubeMap:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TextureCubeMap.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/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/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/Geometry:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TextureCubeMap.h: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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 94%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/TabPlaneTrackballDragger.cpp.o
[ 94%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/Tab.cpp.o
[ 94%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.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/osgPlugins/ive/TextureRectangle.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TextureRectangle.cpp:16:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/TextureRectangle.h: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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 95%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/TrackballDragger.cpp.o
[ 95%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/TabWidget.cpp.o
[ 95%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Transform.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/osgPlugins/ive/Transform.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Transform.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Transform.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 95%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/Translate1DDragger.cpp.o
[ 96%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/TextSettings.cpp.o
[ 96%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Uniform.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Uniform.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Uniform.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/osg/Array:43,
                 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/src/osgPlugins/ive/Uniform.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 96%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/Translate2DDragger.cpp.o
[ 96%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/Validator.cpp.o
[ 96%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VertexProgram.cpp.o
[ 96%] Building CXX object src/osgWrappers/serializers/osgUI/CMakeFiles/osgdb_serializers_osgui.dir/Widget.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VertexProgram.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VertexProgram.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/VertexProgram:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VertexProgram.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 96%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/TranslateAxisDragger.cpp.o
[ 96%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Viewport.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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Viewport.h:5,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Viewport.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/Viewport:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Viewport.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; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-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):
      |         ^~~~~~~~~~~~~~~~~
[ 96%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgui.so
In file included from /home/pbulk/build/graphics/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 96%] Built target osgdb_serializers_osgui
[ 96%] Building CXX object src/osgPresentation/CMakeFiles/osgPresentation.dir/Cursor.cpp.o
[ 96%] Building CXX object src/osgWrappers/serializers/osgManipulator/CMakeFiles/osgdb_serializers_osgmanipulator.dir/TranslatePlaneDragger.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/include/osgPresentation/Cursor:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/Cursor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgPresentation/Cursor: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/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/src/osgPresentation/Cursor.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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 96%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VisibilityGroup.cpp.o
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/osgPlugins/ive/VisibilityGroup.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VisibilityGroup.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VisibilityGroup.h: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,
                 from /home/pbulk/build/graphics/osg/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):
      |         ^~~~~~~~~~~~~~~~~
[ 96%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgmanipulator.so
[ 96%] Built target osgdb_serializers_osgmanipulator
[ 96%] Building CXX object src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Box.cpp.o
[ 96%] Building CXX object src/osgPresentation/CMakeFiles/osgPresentation.dir/AnimationMaterial.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/osgWidget/Box.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/MatrixTransform:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/AnimationMaterial.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 96%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VolumeCompositeLayer.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/osgPresentation/AnimationMaterial.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/Material:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/AnimationMaterial:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/AnimationMaterial.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/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; }
      |                      ^~~~~~~~
[ 97%] Building CXX object src/osgPresentation/CMakeFiles/osgPresentation.dir/CompileSlideCallback.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/include/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeCompositeLayer.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeCompositeLayer.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/osgVolume/Layer: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/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/osgVolume/Locator:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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/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/include/osgViewer/Viewer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/CompileSlideCallback:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/CompileSlideCallback.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventVisitor:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
[ 97%] Building CXX object src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/EmbeddedWindow.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/osgWidget/EmbeddedWindow.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; }
      |                      ^~~~~~~~
[ 97%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VolumeCompositeProperty.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 97%] Building CXX object src/osgPresentation/CMakeFiles/osgPresentation.dir/PickEventHandler.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/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeCompositeProperty.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeCompositeProperty.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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/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/include/osgVolume/Property: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/PickEventHandler:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/PickEventHandler.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/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/osgPresentation/PickEventHandler: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 97%] Building CXX object src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Frame.cpp.o
[ 97%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VolumeSwitchProperty.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/osgWidget/Frame.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeSwitchProperty.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeSwitchProperty.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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/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/include/osgVolume/Property: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 97%] Building CXX object src/osgPresentation/CMakeFiles/osgPresentation.dir/PropertyManager.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/include/osgPresentation/PropertyManager:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/PropertyManager.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/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/include/osgPresentation/PropertyManager:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/PropertyManager:18:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 98%] Building CXX object src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Input.cpp.o
[ 98%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VolumeScalarProperty.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/osgWidget/Input.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeScalarProperty.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeScalarProperty.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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/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/include/osgVolume/Property: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 98%] Building CXX object src/osgPresentation/CMakeFiles/osgPresentation.dir/KeyEventHandler.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/include/osgPresentation/KeyEventHandler:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/KeyEventHandler.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/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/osgPresentation/KeyEventHandler: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const 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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 98%] Building CXX object src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Label.cpp.o
[ 98%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VolumeTransferFunctionProperty.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/osgWidget/Label.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeTransferFunctionProperty.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeTransferFunctionProperty.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):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/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/include/osgVolume/Property: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 98%] Building CXX object src/osgPresentation/CMakeFiles/osgPresentation.dir/SlideEventHandler.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/include/osgPresentation/SlideEventHandler:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/SlideEventHandler.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/SlideEventHandler:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  208 |             _rotation(box._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18,
                 from /home/pbulk/build/graphics/osg/work/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; }
      |                      ^~~~~~~~
[ 98%] Building CXX object src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(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):
      |         ^~~~~~~~~~~~~~~~~
[ 98%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VolumePropertyAdjustmentCallback.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/osgWidget/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/osgPresentation/SlideShowConstructor:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/SlideEventHandler.cpp:15:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   59 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   64 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osgVolume/VolumeTile:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumePropertyAdjustmentCallback.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumePropertyAdjustmentCallback.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/osgVolume/VolumeTile: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/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/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile: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):
      |         ^~~~~~~~~~~~~~~~~
[ 98%] Building CXX object src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Table.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/osgWidget/Table.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; }
      |                      ^~~~~~~~
[ 98%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/Volume.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 98%] Building CXX object src/osgPresentation/CMakeFiles/osgPresentation.dir/SlideShowConstructor.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/osgVolume/Volume:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Volume.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/Volume.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/osgVolume/VolumeTile:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Volume: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/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/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/SlideShowConstructor:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/SlideShowConstructor.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/SlideShowConstructor:23:
/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/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/ImageUtils:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/SlideShowConstructor:19:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[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/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/osgPresentation/SlideShowConstructor: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:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const 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/Text:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/SlideShowConstructor: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) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  262 |             _rotation(cone._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  322 |             _rotation(cylinder._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
  378 |             _rotation(capsule._rotation) {}
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
[ 98%] Building CXX object src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/Widget.cpp.o
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/SlideShowConstructor.cpp:25:
/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; }
      |                      ^~~~~~~~
[ 98%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VolumeImageLayer.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/osgWidget/Widget.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeImageLayer.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeImageLayer.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/osgVolume/Layer: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/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/osgVolume/Locator:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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; }
      |                      ^~~~~~~~
[ 98%] Building CXX object src/osgWrappers/deprecated-dotosg/osgWidget/CMakeFiles/osgdb_deprecated_osgwidget.dir/WindowManager.cpp.o
[ 98%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VolumeLayer.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/osgWidget/WindowManager.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeLayer.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeLayer.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/osgVolume/Layer: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/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/osgVolume/Locator:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:21,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer: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; }
      |                      ^~~~~~~~
[ 98%] Building CXX object src/osgPresentation/CMakeFiles/osgPresentation.dir/Timeout.cpp.o
[ 98%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgwidget.so
In file included from /home/pbulk/build/graphics/osg/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/osgPresentation/Timeout:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/Timeout.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
[ 98%] Built target osgdb_deprecated_osgwidget
In file included from /home/pbulk/build/graphics/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/include/osgPresentation/SlideEventHandler:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/Timeout: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):
      |         ^~~~~~~~~~~~~~~~~
[ 99%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VolumeLocator.cpp.o
[ 99%] Building CXX object src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/VolumeTile.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/osgVolume/VolumeTile:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeTile.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeTile.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const 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/osgVolume/VolumeTile: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/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/osgVolume/Locator:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeLocator.h:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeLocator.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexGen:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Locator:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/ive/DataInputStream.h:22,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ReadWrite.h:4,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/VolumeLocator.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/osgVolume/Locator: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/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/osgVolume/Layer:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile:22:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  264 |         void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; }
      |                                                                              ^~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/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/TexGen: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):
      |         ^~~~~~~~~~~~~~~~~
[ 99%] Linking CXX shared library ../../lib/libosgPresentation.so
[ 99%] Built target osgPresentation
[ 99%] Building CXX object src/osgPlugins/p3d/CMakeFiles/osgdb_p3d.dir/ReaderWriterP3D.cpp.o
[100%] Building CXX object src/osgPlugins/p3d/CMakeFiles/osgdb_p3d.dir/ReaderWriterPaths.cpp.o
[100%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ive.so
ld: fatal: file CMakeFiles/osgdb_ive.dir/ConvexPlanarPolygon.cpp.o: open failed: No such file or directory
ld: fatal: file processing errors. No output written to ../../../lib/osgPlugins-3.6.5/osgdb_ive.so
collect2: error: ld returned 1 exit status
--- lib/osgPlugins-3.6.5/osgdb_ive.so ---
*** [lib/osgPlugins-3.6.5/osgdb_ive.so] Error code 1

bmake[2]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build
1 error

bmake[2]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build
--- src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/all ---
*** [src/osgPlugins/ive/CMakeFiles/osgdb_ive.dir/all] Error code 2

bmake[1]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/p3d/ReaderWriterPaths.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/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/osgPlugins/p3d/ReaderWriterPaths.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/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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/osg/PagedLOD:17,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/p3d/ReaderWriterP3D.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::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  415 |         void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); }
      |                                                                                    ^~~~~~~
In file included from /home/pbulk/build/graphics/osg/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/p3d/ReaderWriterP3D.cpp:14:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {}
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl<osg::Vec3f>& osg::BoundingSphereImpl<osg::Vec3f>::operator=(const osg::BoundingSphereImpl<osg::Vec3f>&)' is deprecated [-Wdeprecated-copy]
  429 |                 _boundingSphere = _initialBound;
      |                                   ^~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl<osg::Vec3f>' has user-provided 'osg::BoundingSphereImpl<VT>::BoundingSphereImpl(const osg::BoundingSphereImpl<VT>&) [with VT = osg::Vec3f]'
   50 |         BoundingSphereImpl(const BoundingSphereImpl& 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/p3d/ReaderWriterP3D.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/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,
                 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/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/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/p3d/ReaderWriterPaths.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/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/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  268 |         void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; }
      |                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  272 |         void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; }
      |                                                                            ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  276 |         void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; }
      |                                                                                              ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy]
  280 |         void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; }
      |                                                                                  ^~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)'
  140 |         VertexAttribAlias(const VertexAttribAlias& rhs):
      |         ^~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/SlideShowConstructor:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/p3d/ReaderWriterP3D.cpp:25:
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   59 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)':
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy]
   64 |                 _rotation(rotation),
      |                 ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)'
   95 |         inline Quat& operator = (const Quat& v) { _v[0]=v._v[0];  _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; }
      |                      ^~~~~~~~
In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgPresentation/SlideShowConstructor:23,
                 from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/p3d/ReaderWriterPaths.cpp:23:
/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; }
      |                      ^~~~~~~~
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/cmake-pkgsrc-build
--- src/osgPlugins/p3d/CMakeFiles/osgdb_p3d.dir/all ---
*** [src/osgPlugins/p3d/CMakeFiles/osgdb_p3d.dir/all] Error code 2

bmake[1]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build
2 errors

bmake[1]: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build
*** [all] Error code 2

bmake: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build
1 error

bmake: stopped in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/graphics/osg
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/graphics/osg